Thankyou works like a charm :)
Is it possible to add a title for each variable?
For example, only the values are in the email - it would be nice (although far from essential) to have something like
"Name:" <value>
"Email:" <value>
etc, etc.
Thanks again.
I told you I was doing something dumb!! I didn't notice the full stop that was needed to successfully concatenate the variables. I have amended this and now receive my email.
Many, many thanks for your help.
One further question about the linefeeds. The email I receive has all the data...
Many thanks for your help. I am beginning to understand this more clearly now! I am still experiencing a problem in that no email is generated to me. My form.php now contains:
<?
$to = "host@domain.com";
$subject = "Contact Form";
$msg = $_POST["name\n"];
$msg = $_POST["email\n"];
$msg =...
Hi
I am having trouble with the code below. When a user submits data from a contact form all I am receiving is a blank email! The variables name, message, phone and email are all specified in my Flash MX file. I spoke to my host who said that I need to change the code to reflect that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.