Hello,
I would like to know how to assign custom field names to drop down boxes and to tick boxes in my forms. If I can't assign them, is there a way to find out what their custom names are?
Thanks :-)
Hello,
I would like to know how to assign custom field names to drop down boxes and to tick boxes in my forms. If I can't assign them, is there a way to find out what their custom names are?
Thanks :-)
Hi, hiphoplegacy,
If you need to create fields on the form with a specific id/name, you can use the "gform_field_input" hook ( http://www.gravityhelp.com/documentation/page/Gform_field_input ).
Take a look at the documentation for that and let me know if you have questions.