The Bulk Adds predefined lists for drop-down list fields does not include a category for name "Prefixes," such as Mr., Mrs., Dr., etc. Is there any way to incorporate a predefined drop-down list for prefixes, or do I need to create one manually?
The Bulk Adds predefined lists for drop-down list fields does not include a category for name "Prefixes," such as Mr., Mrs., Dr., etc. Is there any way to incorporate a predefined drop-down list for prefixes, or do I need to create one manually?
Yes, it is possible to write custom code to add your own predefined list using the gform_predefined_choices hook in your themes functions.php file. Here is documentation:
http://www.gravityhelp.com/documentation/page/Gform_predefined_choices
That still requires creating the contents of a prefix drop-down list manually. Wouldn't name prefixes be a common enough field category for Gravity Forms to provide this as another Bulk Adds categroy?
That adds it as a bulk add category to your site. Not for a single drop down. It adds it as an available bulk add pre-defined list for your site. We can't account for every type of predefined list, so we enabled a hook so you can add your own.