Re: Is there an email error check function to prevent mistakes like entering email address twice?

Anonymous
Not applicable

Is there an email error check function to prevent mistakes like entering email address twice?

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??

Tags (1)
7 REPLIES 7
SanfordWhiteman
Level 10 - Community Moderator

Re: Is there an email error check function to prevent mistakes like entering email address twice?

You'll need  a little JS.  Gimme a sec and I'll post a demo.

SanfordWhiteman
Level 10 - Community Moderator

Re: Is there an email error check function to prevent mistakes like entering email address twice?

Anonymous
Not applicable

Re: Is there an email error check function to prevent mistakes like entering email address twice?

Hi Sanford,

Thanks a lot. It is really helpful information. Let me use the JS source!

Eri

SanfordWhiteman
Level 10 - Community Moderator

Re: Is there an email error check function to prevent mistakes like entering email address twice?

You certainly may use it as-is! MIT license. I should include that in my demos -- thanks for the reminder.

Anonymous
Not applicable

Re: Is there an email error check function to prevent mistakes like entering email address twice?

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

SanfordWhiteman
Level 10 - Community Moderator

Re: Is there an email error check function to prevent mistakes like entering email address twice?

The docs for the Forms API are at Forms 2.0 » Marketo Developers​.

Anonymous
Not applicable

Re: Is there an email error check function to prevent mistakes like entering email address twice?

Thank you so much!!