Modifying Custom HTML for Known leads | Community
Skip to main content
Prakash_Mohanda
Level 2
April 3, 2019
Question

Modifying Custom HTML for Known leads

  • April 3, 2019
  • 2 replies
  • 2769 views

Can anyone help me with Custom HTML form code to accommodate two things

Welcome back, {{lead.FirstName}} {{lead.LastName}}

{{form.Button:default=Download}}

{{form.NotYou:default=Not you?}}

1. I would like the button in the Code to do a form submit and take them to the form defined page after that

2. When someone clicks 'Not you' it should delete cookie if any and take them to the empty form for them to fill out

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
Level 10
April 3, 2019

You have just described the default behavior of this feature. I don't understand what you want to be different.

Prakash_Mohanda
Level 2
April 4, 2019

1. The current button i have says download instead of submit. i also assumed the way it defaults to download that it doesnt do an actual form submission and i need to do something else to create a submit button.

2. I misspoke about this .... The not you link in my form does take me to an empty form.

Prakash_Mohanda
Level 2
April 4, 2019

Also instead of just the non-editable data values , is there a way to get the entire editable pre-filled form to show up using the custom html with a not you? link at the bottom?

Bryan_Epstein
Level 5
April 3, 2019

I had put together a separate response, but as Sandy said, it's important to understand what you are looking to do here.