Required fields

JDonovan

New member
Trying to configure a table to have a some fields NOT be required.

I have :

1. Set the "Nullable" flag for fields to "Yes"

2. Changed config.php $treat_blank_as_null = 1;

Still getting "You haven't filled out some required fields." on Saving records.


MySQL 5.7.29
PHP 7.2.29
DadaBIK 10.1
Linux host
Apache
 

eugenio

Administrator
Staff member
Hello,
the "nullable" parameter is a database-related setting, you also have to set required: NO in the form configurator.

Best,
 
Top