You are here

constant CONDITIONAL_FIELDS_FIELD_EDIT_RESET_UNTRIGGERED in Conditional Fields 7.3

Field edit setting. Dependent is reset to its default values if the dependency was not triggered when the form is submitted.

1 use of CONDITIONAL_FIELDS_FIELD_EDIT_RESET_UNTRIGGERED
conditional_fields_form_after_build in ./conditional_fields.module
after_build callback for forms with dependencies.

File

./conditional_fields.module, line 84
Define dependencies between fields based on their states and values.

Code

define('CONDITIONAL_FIELDS_FIELD_EDIT_RESET_UNTRIGGERED', 3);