We are using several Marketo forms, created with our Spark version of Marketo.
On each of the forms, the phone number field allows up to 200+ characters. It's not required that the digits entered equal the standard phone number. In some cases the validation is standard, or custom, with this code attributed to the field:
Must be a phone number. <span class='mktoErrorDetail'>503-555-1212</span>
But I don't see a difference in either form in the way phone number data is collected. Any advice is appreciated.
Solved! Go to Solution.
Hi Chris,
You can change this by changing the input type of the field to text, and then changing the mask length and masking the input. Masking only works for text type inputs, but don't worry, you can still force the value to be numbers.
Hi Chris,
You can change this by changing the input type of the field to text, and then changing the mask length and masking the input. Masking only works for text type inputs, but don't worry, you can still force the value to be numbers.
Thank you for your explanation! I did find a mention of the Mask field elsewhere, but your details helped me implement this little work around. Thank you so much!