You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Formtools version 3.0.20 and Custom Fields module version 2.1.0
I tried creating a new file type custom field in 2 different ways:
Clone from File field
Create a new field and config with same settings as File Field
File doesn't upload to the new custom fields created with the above 2 methods. Not sure if it is a bug, or if it is some settings or additional module I missed.
BTW, there is some minor hiccup problem when adding radio type field settings, and fatal error is encountered when tried to delete field settings:
Fatal error: Uncaught Error: Call to undefined method FormTools\Modules\CustomFields\FieldTypeSettings::deleteFieldTypeSettings() in /PATH_TO_FORMTOOLS/modules/custom_fields/tab_settings.php on line 12
Error: Call to undefined method FormTools\Modules\CustomFields\FieldTypeSettings::deleteFieldTypeSettings() in /PATH_TO_FORMTOOLS/modules/custom_fields/tab_settings.php on line 12
The text was updated successfully, but these errors were encountered:
I'm using Formtools version 3.0.20 and Custom Fields module version 2.1.0
I tried creating a new file type custom field in 2 different ways:
File doesn't upload to the new custom fields created with the above 2 methods. Not sure if it is a bug, or if it is some settings or additional module I missed.
BTW, there is some minor hiccup problem when adding radio type field settings, and fatal error is encountered when tried to delete field settings:
The text was updated successfully, but these errors were encountered: