OK...i've just created my first form in Dreamweaver, copied into chrono and added to my page etc,
but i'm not receiving emails. I know theres another thread on this, but that went a bit technical and i didnt undertsand it so i thought i'd start a new one!
What should i put in the 'from email' 'from name' and 'reply to email' boxes? The video tutorial just seemed to make them up, so i didnt really get it! I want the form to email [email]ian.addison@hulbert.hants.sch.uk[/email] so do i put that in those fields as well as in the email address?
my HTML is
thanks in advance
Edited to add code tags<br><br>Post edited by: GreyHead, at: 2007/08/29 10:25
but i'm not receiving emails. I know theres another thread on this, but that went a bit technical and i didnt undertsand it so i thought i'd start a new one!
What should i put in the 'from email' 'from name' and 'reply to email' boxes? The video tutorial just seemed to make them up, so i didnt really get it! I want the form to email [email]ian.addison@hulbert.hants.sch.uk[/email] so do i put that in those fields as well as in the email address?
my HTML is
<p>Complete the information below to email Mr Addison about the website</p> <table width="75%" border="0"> <tr> <td>Name:</td> <td><input name="name" type="text" id="name5" size="30" maxlength="40"> </td> </tr> <tr> <td>Email Address:</td> <td><input name="email" type="text" id="email5" maxlength="50"> </td> </tr> <tr> <td>Subject:</td> <td><input name="subject" type="text" id="subject4" maxlength="50"> </td> </tr> <tr> <td>Message:</td> <td><textarea name="message" cols="50" rows="10" wrap="VIRTUAL" id="textarea3"></textarea> </td> </tr> <tr> <td><input type="submit" name="Submit" value="Send"> </td> <td> </td> </tr> </table>
Form Name: contactus must be unique between forms Email the results ? Yes Email Address(es): [+/-] ian.addison@hulbert.hants.sch.uk Email Subject: [+/-] Website Feedback Form tag attachment: something like onSubmit() Form method: Post Email field: Subject field: From email field: From name field: Omitted fields names: Record and send users IP? Yes No From Email: ian.addison@hulbert.hants.sch.uk From name: Web Feedback ReplyTo email: ian.addison@hulbert.hants.sch.ukI 'think' i've left everything else as it is on the form, and followed the guides..but obviously messed something up!
thanks in advance
Edited to add code tags<br><br>Post edited by: GreyHead, at: 2007/08/29 10:25