Hi,
You have "mail_options" twice - the latter one overwrites the former:
Try this instead:Code:<input type="hidden" name="mail_options" value="FromAddr=Arlberg@hotham.com.au" /> <input type="hidden" name="mail_options" value="PlainTemplate=contact_user.txt,TemplateMissing=N/A" />
Code:<input type="hidden" name="mail_options" value="FromAddr=Arlberg@hotham.com.au, PlainTemplate=contact_user.txt,TemplateMissing=N/A" />


Reply With Quote
Bookmarks