I'm having a strange problem with dynamic population of an email field stripping out the "@" character. Has anyone experienced this? I'm correctly passing the email parameter to my form:
?email_parameter=test@test.com
In my form, I have an email field set to be dynamically populated:
parameter name = email_parameter
But when I view my form, the email address in the form field is being displayed as:
testtest.com
Any thoughts or ideas as to why this might be happening?