I have a multipart form for joining a mailing list. the first form is just an email insert on the front page. Instead of opening up the second part of the form on that page I want it to link to a new page that has the rest of the form but keep the original value of the email from the first.
To get it to link to a new page I added page link that has the second part of the form under send form data to alternative page. When I reference the previous field from the first form "{cf_form_Email}" in the default field of the email on the second part of the form. it just puts the text "{cf_form_Email}" as the default value.
I also read a post that said I had to use the format {cf_form[form number]_Email}
but it returned the same results.
Am I using the variables correctly? or is what I'm trying to do impossible.