Hi,
I have a registration form on my site where visitors can register for a conference. I would like to program the form so that when someone signs up, they automatically receive an email in their inbox thanking them for their registration and telling them that they will be contacted shortly...
Right now I am using a simple form mail script provided by the hosting company. My hosting company says that I have to continue using their script as it will be most efficient etc. So I was wondering if there is any code that I can simply add to my existing script to activate the return email?
Here is the script:
<form name="Contact" method="post" action="/cgi-bin/formmail">
<input type="hidden" name="recipient" value="info@torahinmotion.org">
<input type="hidden" name="redirect" value="
Thanks in advance.
I have a registration form on my site where visitors can register for a conference. I would like to program the form so that when someone signs up, they automatically receive an email in their inbox thanking them for their registration and telling them that they will be contacted shortly...
Right now I am using a simple form mail script provided by the hosting company. My hosting company says that I have to continue using their script as it will be most efficient etc. So I was wondering if there is any code that I can simply add to my existing script to activate the return email?
Here is the script:
<form name="Contact" method="post" action="/cgi-bin/formmail">
<input type="hidden" name="recipient" value="info@torahinmotion.org">
<input type="hidden" name="redirect" value="
Thanks in advance.