Hi there,
Could you kindly tell me if there is an email error check function to prevent mistakes?
I would like to prepare a form to enter email address. In order to prevent mistakes, I would like to ask enter email address twice such as re-enter and confirm email address.
Does Marketo have this kind of function? or must I prepare it by Javascript or something??
You'll need a little JS. Gimme a sec and I'll post a demo.
Here you go: MktoForms2 :: Field Confirmation - JSFiddle
Hi Sanford,
Thanks a lot. It is really helpful information. Let me use the JS source!
Eri
You certainly may use it as-is! MIT license. I should include that in my demos -- thanks for the reminder.
Hi Sanford,
It is first time for me to use Javascriot on Marketo. Could you kindly tell me where I should refere to understand how to deploy JS in Marketo?
This is a question for starter to use js in marketo.
Thanks,
Eri
The docs for the Forms API are at Forms 2.0 » Marketo Developers.
Thank you so much!!