Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Unfortunately, just having the form field reordering script + tagging script isn't enough for the need.The issue being that progressive profiling is hiding the fields with visibility rules applied. Say that the progressive profile is set to 2 fields. The fields that are visible are Email (always sho...
Bringing this one back up @SanfordWhiteman , I'm looking for this visibility rules/progressive profiling solution. Unfortunately the demo link you provided MktoForms2 :: VR + PP Advanced is giving us a 404.Hopefully you have it in your archives somewhere 🤞
Thanks for providing that info Jeffrey! It looks like your text in the form and the lead record are exactly the same, so the form should be prefilling. It is a puzzle. Triple check that you enabled prefill everywhere:1 - The form field2 - In The admin section of your Marketo3 - The landing page set...
Check the lead database. You can create a test lead for your purpose, like jeffrey+test@email.com by filling out your form with your preferences selected. - Search the database for your test lead.- Select the lead I.D. number to enter the lead's stored data in your Marketo instance.- Go on the Info ...
Hi @Jeffrey_Tolhurs !First, be sure that prefill is enabled in the Admin section > Landing Pages of your Marketo instance.Next, check that the form field has pre-fill enabled inside the Marketo form editor. If all that is set correctly move on to the next step.Be sure to check the character case of ...
Hi @Dan_Stevens_ ,Unfortunately, there isn't a built-in method in velocity for capitalizing each word in a string. So we manually achieve title casing by splitting the input text into words, capitalizing the first letter of each word, and converting the rest of the letters to lowercase.In this examp...
@jzolinski a good place to start looking is the image dimensions in the email. That could be one source of the scrolling from left to right but you can't stop there. If the email is properly coded to be at 1000px wide, it's likely that the tables within the email would also need to be adjusted to a ...
@SanfordWhiteman This script is really great except that it's missing the ability to show/hide the label if a change has been made to the select drop down menu.The textarea input field also required a small fix to get working. Here is what I have so far that works for textarea but not select:MktoFor...