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
In a current project, at least phone or email should be specified in the form. I have declared both fields as mandatory. If only one is filled, then the other must become optional.
In this case the field may only be derequired derequireField($field); but not deactivated $field.prop('disabled', true); in hideField = function(fieldMarker, $form)
For this purpose, there should be an additional action "derequire only" in addition to the existing actions "show" and "hide".
The text was updated successfully, but these errors were encountered:
derBoogie
changed the title
[FEATURE REQUEST] add status "mandatory" without hiding field
[FEATURE REQUEST] additional action "derequire only" without hiding field
May 16, 2022
In a current project, at least phone or email should be specified in the form. I have declared both fields as mandatory. If only one is filled, then the other must become optional.
In this case the field may only be derequired
derequireField($field);
but not deactivated$field.prop('disabled', true);
inhideField = function(fieldMarker, $form)
For this purpose, there should be an additional action "derequire only" in addition to the existing actions "show" and "hide".
The text was updated successfully, but these errors were encountered: