I'm trying to set a form such that upon entering the data, the user would be redirected to my form action URL (that is generated by email marketer) and save their email address into my mailing system.
Under 'advanced' i'm using email={Email Address:2} variable. On submiting the form, the URL I see is mydomain.com/form.php?form=1&email=usersemail@address.com
But I keep getting an error, which I think could be because the email address is not being saved.
How can I fix this?
To clarify, I created a form in my hosted version of email marketer. The form has just an email field. So, in GF, I set up the redirect url to the 'form action url' and put in email={Email Address:2} as the merge tag.