How To on using your own form processor with webflow form

Hi Rdrr,

formmail.php

$TARGET_EMAIL = array($EMAIL_NAME . "@YOURMAIL\.COM$"); Notice the \
$DEF_ALERT = "mail@youradministrator.com";
$AT_MANGLE = "email@";
$TEMPLATEDIR = "  "; this field is not working for me, I don't know well the route of my client's server
$TEMPLATEURL = "http://www.myweb.com/fmtemplates/"; this field works good

HTML Embed Inside <form>

<input type="hidden" name="recipients" value="YOUR_REAL_EMAILemail@yourmail.com"> Notice the mangle "email"
<input type="hidden" name="good_url" value="http://www.yourmail.com/thanks.html">
<input type="hidden" name="bad_url" value="http://www.yourmail.com/error.html">
<input type="hidden" name="subject" value="Quote from your website">
<input type="hidden" name="mail_options" value="HTMLTemplate=mytemplate.htm,NoPlain,TemplateMissing=N/A" />

13

Finally, I formatted the email following Tectite indications.

Let me know if you get it!

1 Like