I have a form that is collecting the email address as a custom field (for use in a custom post type template later) with a field type of email. When I attempt to select this form from the user registration addon I get the message :
The form selected does not have any Email fields. Please add an Email field to the form and try again.
I don't want to make the user enter the email address multiple times. If I was to use a normal email field would there be a way to pass a hidden custom field the email address or would I need to do this via the gform_post_submission() hook and just use the value from the standard email field to populate the custom meta data that I need?
I just thought that an email field should be seen as being email field no matter what for this plugin whether it creates custom data or just form data should not matter.
Thanks for your support.