I'm setting up a series of forms, that I'd like to work like this:
1. User lands on form #1 and selects from a list of states in a checkbox list.
2. User clicks submit on form #1 and is redirect to form #2, where a product for each state the user has selected is displayed. (Example: On form #1, user selects Alabama and Alaska. Then on form #2, one dynamic product is created for Alabama and another dynamic product is created for Alaska.
3. User fills in their contact information for PayPal, and using the Gravity Forms PayPal AddOn, is redirected to PayPal to purchase the two state products.
So far, I have form #1 working and it dynamically passes "state={Select a State or States Below:3}" as a query string to form #2. Form #2 displays field name "state" as "Alabama, Alaska" but as a single product, not two products. When you hit submit from form #2, it redirects to PayPal but only shows a single product, "Alabama,Alaska".
You can see the form online here:
http://attorney.us/website-sign-up/
*Please note, only the State Domain option is currently working. However, you may also get an idea on where I'm headed with the other options.
How can I make this work?