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 have a form I'm using GUMP to validate. Form as 10 fields, 2 of which are for phonenumbers (1 cellphone, 1 landline). Can I make it required to have at least one of them filled out?
So I want my users to have the option to either have both filled out of one of the fields. If neither is filled out the form should not be valid. Is this posible?
The text was updated successfully, but these errors were encountered:
Whe a field is empty, it skipps the field because it is not required.
If we van add data to gump.class.php#L555 this array we can add or own validator to this.
I have a form I'm using GUMP to validate. Form as 10 fields, 2 of which are for phonenumbers (1 cellphone, 1 landline). Can I make it required to have at least one of them filled out?
So I want my users to have the option to either have both filled out of one of the fields. If neither is filled out the form should not be valid. Is this posible?
The text was updated successfully, but these errors were encountered: