Any way we can clean up these? Get them on every site we install on and unsure what they relate to
Notice: Trying to access array offset on value of type bool in?/wp-content/plugins/field-helper-for-gravity-forms/class-gf-disable-autocomplete.php?on line?340
Notice: Trying to access array offset on value of type bool in?/wp-content/plugins/field-helper-for-gravity-forms/class-gf-input-pattern.php?on line?296
]]>Would it take much effort to enhance the logic so there is an option on the field helper page to either
1) toggle option – default field names if null to either admin or label (Thus enabling the helper fields as an override of GF defaults)
2) quick populate helper fields with gf admin field name or gf field label
Thus – reducing work and errors
Importing/exporting forms gets fiddly as you move logic around and its alot of configuration.
WordPress 5.5.1
Gravity Forms 2.4.21
Field Helper 1.1.1
The plugin activates and on any form settings panel I can select the Field Helper tab, but no content shows up into it allowing me to set field labels. I have both API V1 and V2 keys active on the site, and tried creating a new set that did not affect.
Further attempts to debug why:
– Browser accessing to https://example.local/wp-json/gf/v2/entries/json/ does trigger execution of the plugins’ register_api_endpoint function, but gets a 401 Sorry, you are not allowed to do that error.
– load_field_helper does get executed in page load however form_settings_fields does not ever appear to get executed.
– No messages written to site error logs
]]>