Im trying to pass an email through the query string so that another form can dynamically populate the value into its email field. The issue is that the form is passing the email like this:
email=nameyourdomain.com.
It seems as if the @ symbol, or the URL encoded version of that, is not being passed. This populates my email field incorrectly without the @ symbol. How would I fix this?