Try this...
Setup Mailing List Form To Redirect And Pass Data
- Edit Mailing List form
- Edit Form Settings
- Choose Confirmation tab
- Select "Redirect" for Confirmation Message
- Type the full URL to the page you want to redirect to, in this case you would enter: http://cards.coochicoos.com/reminder
- Click the "Pass Field Data Via Query String" checkbox
- In the query string builder type "email=" and then select your email field from the "Insert form field" drop down. You should end up with something that looks something like this "email={Email:1}"
- Save Your Settings
This form should now redirect to the page with the reminder form and pass the value of the email address if you set it up properly. Please note that the email variable above will vary from form to form so you need to use the "Insert form field" drop down.
Now you need to setup the other form to accept the incoming data.
Setup Reminder Form To Accept Data
- Edit The Reminder Form
- Edit The Your Email Field
- Select the Advanced Settings Tab
- Check the "Allow field to be populated dynamically" checkbox
- In the parameter field that appears enter "email"
- Save the form
The Reminder form should not be able to be populated dynamically if you pass email=youremail.com to it when calling that page.
Posted 14 years ago on Monday August 23, 2010 |
Permalink