Meta Box
Support Forum
Support › General › Required inputResolved
Hi If I have two text input. Are there anyway to check if user enter one of the input?
Meaning user must enter one of it at least. If both of these 2 inputs are empty then show error.
thank you
Hi,
We can only check the validation (required) for each field if you have two fields text, please check option Required (in Builder) or add the setting 'required' => true for one field or both.
'required' => true