Thread: Form Help
View Single Post
Old 2015-12-30, 03:59 PM   #2
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
You need to put a variable in there so that it picks up the senders email address. It might be the code that is in the email address field.

Each script will have a different variable so I can't tell you what it is.

This is what the code looks like on the contact form that I use on blogs. It's totally different than what you need but shows how you use variables when setting up contact forms.
Code:
<p>Your Name (required)<br />
    [text* your-name] </p>

<p>Your Email (required)<br />
    [email* your-email] </p>

<p>Subject<br />
    [text your-subject] </p>

<p>Phone Number<br />
[tel tel-834]</p>
Try replacing myballs@yourchin.com with the variable that is in the form field that is in the field that they put their email address in.
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote