I'm trying to add a field to the Advanced tab under Form Settings for ALL forms - current and future. The "gform_advanced_settings" hook requires a form ID. Is there a way to do this for all forms?
Thank you
I'm trying to add a field to the Advanced tab under Form Settings for ALL forms - current and future. The "gform_advanced_settings" hook requires a form ID. Is there a way to do this for all forms?
Thank you
The gform_advanced_settings does not require a form id. It passes you a form ID so that you can make decisions based on it if needed, but you don't have to use it.
You're right. Thank you!