Marketo Forms | Community
Skip to main content
Tracy_Boesken
New Participant
February 3, 2021
Solved

Marketo Forms

  • February 3, 2021
  • 1 reply
  • 4508 views

Is there a way to set restrictions (by email address) on who can complete your Form?

Thanks,

--Tracy

Best answer by SanfordWhiteman

Certainly. But bear in mind that a concerted attacker can always get around any form validation (since it relies on JavaScript, and they can bypass JS easily). It's essentially a good faith reminder, not a full technical restriction.

 

You can use the FormsPlus::EmailPattern JS library (copy it to your Design Studio) and the demo code shown here:

 

MktoForms2 :: FormsPlus-EmailPattern [simple demo] 

 

 

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
February 3, 2021

Certainly. But bear in mind that a concerted attacker can always get around any form validation (since it relies on JavaScript, and they can bypass JS easily). It's essentially a good faith reminder, not a full technical restriction.

 

You can use the FormsPlus::EmailPattern JS library (copy it to your Design Studio) and the demo code shown here:

 

MktoForms2 :: FormsPlus-EmailPattern [simple demo] 

 

 

Tracy_Boesken
New Participant
February 3, 2021

Thank you for replying Sandford.

The goal is to send an email (containing a Marketo Landing Page w/form) to a group of invitees and to make sure they do not forward it to someone else. So how do I adapt what you suggested using a smart list of email addresses?

SanfordWhiteman
New Participant
February 3, 2021

By Smart List I assume you mean an exported SL, right? B/c you can't do a SL lookup from the form itself.