Hi there, I brought the wizard to set the form up for me as I was new to this, however by the end of getting it all to work how I want I'm not too shabby with this stuff now but I'd just like to comment on how great the form is. Anyway, my problem:
With no HTML Template:
. Email sends from the email address I want
. With the subject name I want
. Avoids the Junk Mail
. No Errors, 100% perfect.
With very simple HTML Template:
. Email sends from the email filled out on the form
. No Subject name
. Straight to Junk Mail
. However the HTML template works nicely and all info is displayed as told.
The HTML Template basically ignores all of my hidden fields which are:
I've read several pages of people having issues with the email problem just not with using a template. Just to clarify - if someone puts their email in a form then the email will send to me from their email followed by my host.Code:<input type="hidden" name="replyto" value="myemail@domain.com" /> <input type="hidden" name="good_url" value="test.html" /> <input type="hidden" name="recipients" value="myemail@domain.com" /> <input type="hidden" name="mail_options" value="FromAddr=Mail@domain.com" /> <input type="hidden" name="mail_options" value="HTMLTemplate=frmsubmit.html" />
Thanks in advance,
Ben.


Reply With Quote

Bookmarks