Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Lead ID != Email.All leads have an ID.Look in the URL on the Lead Detail page.
Under Form Settings >> Form Theme, click the gear icon on the right.
Very simple. CSS only, no JS: MktoForms2 :: Checkboxes with Sections - JSFiddleMark up the value list like so:
You don't need JS to do this at all.In Form Editor >> Form Settings >> Settings >> Thank You Page, just click Add Choice for each radio button value.
No JS necessary, just some CSS tweaks MktoForms2 :: Fieldset SxS - JSFiddle
As in an interactive image carousel?Not gonna happen.The closest you might get is an animated GIF that simulates an automatic image change.
This type of "hide" is different. What you're talking about is the "If Known Lead, Show.." option in the form's Setup.
The /save endpoint returns a 302 to the Thank You URL. That should not affect the outcome.
Yes, that's the expected behavior.
This is why I am thinking to append or prepend (whichever) the email address with an identifier such as dupe.JoeSmith@personaldomain.com.On the backend in SFDC or perhaps a campaign I will then remove the "dupe." from the email address. That "encoding" is too fragile IMO. You should use a separa...