J
James
Hello,
I am hoping that someone may be able to help me as I am totally stuck
I have a limited understanding of website design and computing. To date I
have managed to build a website using microsoft front page 2003 and have
published this site, with my hosting being provided by 123-reg.co.uk
Unfortnuately I am now totally stuck.
I have included a form on my site which visitors complete when visiting my
site.
However I cannot access/obtain the information provided by my visitors.
I would like this information sent to me via email.
The support section of my hosting providers web site says that I need to
download a formmail script - and provides the following guidance
You will need to download the FormMail Script. This can be found at "Matts
Script Archive ".
Next, edit the FormMail file in a text editor (e.g. Notepad) and make sure
the top of the file is correct.....
I have downloaded the script and have edited it as per the guidance provided.
However, at this point I am now lost. The next section of the guidance states:
"This file can now be saved and uploaded to your website. Make sure you
upload the file in ASCII/text mode and NOT in binary mode. Also, ensure it
has read and execute permissions (755) for user group and all, as well as
write permissions for the user. "
I do not understand what the above paragraph means - particularly in
relation to uploading the file to me site - can anyone help me.
The guidance then states
Next, move onto your HTML file where your visitors fill in the form, and
make sure the code below is included.
<form action="/formmail/formmail.cgi" method="post">
//Make sure this is the correct path to your FormMail script.
<input type='hidden' name="recipient" value="(e-mail address removed)"/>
//Make sure this is the e-mail address you are sending the details to.
<input type='hidden' name="subject" value="Form Results"/>
//Replace the value with the one you want the subject of the email results
to be.
<input type='hidden' name="required" value=""/>
//Add any field names the visitor has to fill in for the form to work.
<input type='hidden' name="redirect" value="done.html">
//Enter the location of the "thank you" HTML page here.
Can someone tell me where I need to include this text.
Any help provided would be greatly appreciated.
James
I am hoping that someone may be able to help me as I am totally stuck
I have a limited understanding of website design and computing. To date I
have managed to build a website using microsoft front page 2003 and have
published this site, with my hosting being provided by 123-reg.co.uk
Unfortnuately I am now totally stuck.
I have included a form on my site which visitors complete when visiting my
site.
However I cannot access/obtain the information provided by my visitors.
I would like this information sent to me via email.
The support section of my hosting providers web site says that I need to
download a formmail script - and provides the following guidance
You will need to download the FormMail Script. This can be found at "Matts
Script Archive ".
Next, edit the FormMail file in a text editor (e.g. Notepad) and make sure
the top of the file is correct.....
I have downloaded the script and have edited it as per the guidance provided.
However, at this point I am now lost. The next section of the guidance states:
"This file can now be saved and uploaded to your website. Make sure you
upload the file in ASCII/text mode and NOT in binary mode. Also, ensure it
has read and execute permissions (755) for user group and all, as well as
write permissions for the user. "
I do not understand what the above paragraph means - particularly in
relation to uploading the file to me site - can anyone help me.
The guidance then states
Next, move onto your HTML file where your visitors fill in the form, and
make sure the code below is included.
<form action="/formmail/formmail.cgi" method="post">
//Make sure this is the correct path to your FormMail script.
<input type='hidden' name="recipient" value="(e-mail address removed)"/>
//Make sure this is the e-mail address you are sending the details to.
<input type='hidden' name="subject" value="Form Results"/>
//Replace the value with the one you want the subject of the email results
to be.
<input type='hidden' name="required" value=""/>
//Add any field names the visitor has to fill in for the form to work.
<input type='hidden' name="redirect" value="done.html">
//Enter the location of the "thank you" HTML page here.
Can someone tell me where I need to include this text.
Any help provided would be greatly appreciated.
James