Skip to content

Instantly share code, notes, and snippets.

@MikSDigital
Created December 15, 2016 07:59
Show Gist options
  • Save MikSDigital/f8d5674badcb667ced3841d71c3ac931 to your computer and use it in GitHub Desktop.
Save MikSDigital/f8d5674badcb667ced3841d71c3ac931 to your computer and use it in GitHub Desktop.
formIt working snippet
[[!FormIt? &hooks=`email,redirect`
&redirectTo=`123`
&emailSubject=`Feedback from [[!++http_host]] ([[!++legalName]])`
&emailTpl=`EMAIL_TEMPLATE`
&emailTo=`[[+Username]]`
&clearFieldsOnSuccess=`1`
&validate=`workemail:blank,
Name:required:regexp=^/[A-Za-z]$/^,
Surname:required:regexp=^/[A-Za-z]$/^,
Phone:required:minLength=^4^:maxLength=^15^:regexp=/^(\+)*[0-9(\s)]+$/,
Username:required:email,
Privacypolicy:required`
&emailFrom=`[[++opening_email]]`
]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment