Log in

View Full Version : Help with forms



lizziebelle
07-31-2007, 10:13 AM
I have added a form to my website, I have managed to get it working in that I receive an email however the format in which it is sent is postdata.att which I can't open. Instead I save it as a .doc and open in WORD and I can at lease read the data however it reads as follows:

name=Liz&telephone=01244+312306&Submit=Send&subject=Quick+Call+Back+from+the+website&message=Please+call+me+back+ASAP&_submit_check=1

Here is the script I have included in the site:

<div id="rightColumn">
<div id="rightColumnEntry">
<h4>Quick Call Back</h4>
<div id="qqform">
<form method="post" action="mailto:liz.pennink@oliverandco.co.uk?subject=Enquiry From WhatsMyAsbestosClaimWorth.com">
<label for="name">Your Name</label>
<input name="name" type="text" id="name" class="C">
<br>
<label for="telephone">Phone No.</label>
<input name="telephone" type="text" id="telephone" class="C">
<br /><br />
<div class="centre">
<input type="submit" name="Submit" value="Send" class="button">
</div>
<input name="subject" type="hidden" id="subject" value="Quick Call Back from What's my asbestos claim worth
<input name="message" type="hidden" id="message" value="Please call me back ASAP">
<input type="hidden" name="_submit_check" value="1"/


Do I need to download something? Ideally I would like the content to appear in the body of the email and not as an attachment but my knowledge of web design is somewhat limited.

Can anyone help?

Raztat
08-23-2007, 11:09 PM
you can download post data spider, It makes it much easier to read the forms. you can get it herehttp://www.weaverspider.it/postdata_main.html
I hope that helps!