Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks!I am still not able to get the zOPComplianceOptin field to move to the bottom. This field has a visibility rule set for when Country = CanadaHere is what I used via your code: HTML:
JS:var instanceURL = '//app-sj06.marketo.com', munchkinId = '112-TZM-766', formId = 9783;MktoForms2.loadForm(i...Hi Stanford,This is in reference to this thread: Reposition Fields in a Marketo FormHow does your code work with progressive profiling? Specifically, in reference to this part of the js:var fieldOrder = ["FirstName", "ArchiveMarketoLastDT__c", "Email", "LastName"];For example, we reveal 6 progressiv...
Since I am looking for a minimum and maximum of 12 numeric values, I used 999999999999 (12). When I test a live form, I am still able to submit the form with less than 12 numbers.
Is there a way to natively set the minimum character limit for a text or number field in a form? I want to set a field to exactly 12 characters and have an error message appear if a lead enters anything less than 12 characters. If not, is there a javascript that anyone has used to accomplish this?Th...