How do I reply to the Submiter?
Include a field name in your form for the email address and name.
<input type="Text" name="email">
<input type="Text" name="name">
Both of these fields must contains the names entered above. i.e. changing name="email" to name="Email" will confuse the script and cause it to default to the admin email address.
To top