How can we implement a validation on the 'Create Candidate' page in VBS?
Summary:
We need to implement a validation on the 'Create Candidate' page such that the phone number field:
- Must be exactly 10 digits
- Must not contain any alphabetic or special characters
This validation is critical for maintaining data consistency across our recruitment process.
Content:
We were able to successfully implement the above requirement in the Responsive UI using autocomplete rules, and it has been functioning as expected.
However, in Visual Builder Studio (VBS), we are unable to find a way to apply similar validation logic on the 'Create Candidate' page. It appears that VBS does not currently support field-level validations for this page.
0