-
1. Re: How do I use a form field as the reply to address?
bregent Apr 16, 2012 1:49 PM (in response to Chris_Finlayson)Sure, what form script are you currently using?
-
2. Re: How do I use a form field as the reply to address?
Chris_Finlayson Apr 16, 2012 3:44 PM (in response to bregent)Hi bregent,
It's just the script that is provided by my webhost.
From their documentation:
FormMail Clone is clone of Matt Wright's FormMail under a less restrictive license. It should behave almost exactly as FormMail.cgi, but is completely written from scratch, so there might be a few minor visual differences.
Chris
-
3. Re: How do I use a form field as the reply to address?
bregent Apr 16, 2012 3:50 PM (in response to Chris_Finlayson)What is the name of the form field where the visitor enters their email address?
-
4. Re: How do I use a form field as the reply to address?
Chris_Finlayson Apr 16, 2012 4:08 PM (in response to bregent)The field is just labled "Your Email Address" but the field name is actually "replyto". I could call it anything, but that's what it was set when I inherited it.
<input type="text" name="replyto"
-
5. Re: How do I use a form field as the reply to address?
bregent Apr 16, 2012 4:11 PM (in response to Chris_Finlayson)If it's a clone of Matts, then it should be named 'email'
-
6. Re: How do I use a form field as the reply to address?
Chris_Finlayson Apr 16, 2012 4:37 PM (in response to bregent)Yes, I understand it is a clone of Matt's. So if I rename the field should it automatically pick it up?
-
7. Re: How do I use a form field as the reply to address?
bregent Apr 16, 2012 5:07 PM (in response to Chris_Finlayson)Yep, it should.
-
8. Re: How do I use a form field as the reply to address?
Chris_Finlayson Apr 16, 2012 5:12 PM (in response to bregent)And... IT IS!!!
thanks for your help!
-
9. Re: How do I use a form field as the reply to address?
bregent Apr 16, 2012 10:07 PM (in response to Chris_Finlayson)You're welcome.