Hi Eric!Would you like use this {{system.viewAsWebpageLink}}token in your landing page or email? This token is only for email.https://community.marketo.com/MarketoArticle?id=kA0500...
How have you interruptedsubmit for Marketo Form 2.0 if validation is false?form.onSubmit (function () { return false; }); doesn't work. Submit is finish whatever.
It seemsform.onSubmit(function(){ ... });processed only once. After first enter/validation this event doesn't processed.I don't understand why this is happening.
The Validation Error Message generated using a JavaScript. If you want change error message for "Phone" field you try this little JQuery-script:
$('#Phone').click(function () {
...