Hi - is it possible for me to set the 'name' and 'ID' attributes of fields? For instance, GF automatically creates the name 'input_1' for a text input but I'd like to specify the name 'my_field' for that input.
Is that possible?
Many thanks.
Hi - is it possible for me to set the 'name' and 'ID' attributes of fields? For instance, GF automatically creates the name 'input_1' for a text input but I'd like to specify the name 'my_field' for that input.
Is that possible?
Many thanks.
No, the form builder dynamically assigns field names so it's not possible to change it unless you use jQuery client-side to change the name value.
I have several different forms for a website. I am using gform_after_submission hook to make it so that all form submissions from the various forms automatically add to my auto responder script. Considering that one form has a different id for the email field than another form, how do I make sure that the EMAIL regardless of the form is always submitted to my autoresponder?