Hi,
I'm building a simple and quite unique form in which I have an e-mail input field that is being dynamically filled in. I want to show the e-mail address in the field, but I don't want the user to change it.
Now, since Gravity Forms doesn't seem to offer a built-in disable field function, I added jQuery to do that.
The notifications that are sent from this form feature variables ({user:user_email} etc) which work for the notification that is being sent to the admin. But the user receives an e-mail with blank spaces where the variable data should be.
When I enable the field (disable my jQuery), the data shows up in the user notification as well.
What is going on here and how do I fix it?
Best regards,
Eivind