Can anyone help me please?
I took some code off of a web site to use when someone uses the HTML enquiry form I have on my web site. When someone enters all the information in the fields on the form and presses the submit button, an e-mail is sent with the information from the form.
The first problem is that the information was still going through a portion of the site that I took the code from, and was coming up with their thank you page. It was also showing up with their e-mail address when it arrived in my inbox.
The second problem is that now it isn't even working at all.
The code I took from their web site was:
<title>New Enquiry</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<form method="POST" action=" <input type="hidden" name="form-type" value="Web Site Enquiry "><input
type="hidden" name="recipient" value="email@email.com.au">
Can anyone please tell me how I can use my own thank you form, and how it will reflect either the persons e-mail address that is sending it from the site, or if that is too complicated at least a generic address?
I took some code off of a web site to use when someone uses the HTML enquiry form I have on my web site. When someone enters all the information in the fields on the form and presses the submit button, an e-mail is sent with the information from the form.
The first problem is that the information was still going through a portion of the site that I took the code from, and was coming up with their thank you page. It was also showing up with their e-mail address when it arrived in my inbox.
The second problem is that now it isn't even working at all.
The code I took from their web site was:
<title>New Enquiry</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
<form method="POST" action=" <input type="hidden" name="form-type" value="Web Site Enquiry "><input
type="hidden" name="recipient" value="email@email.com.au">
Can anyone please tell me how I can use my own thank you form, and how it will reflect either the persons e-mail address that is sending it from the site, or if that is too complicated at least a generic address?