On the JobApplicationTask business class for the ContactInformationForm, we would like to require Candidates to enter their phone numbers in XXX-XXX-XXXX format. However I have tried putting a constraint on these fields to have it match, but it does not work. I have also tried to put a constraint on through an action configuration of RestrictedUpdate, it will give a message when the Candidate attempts to save the information by going to the next task, but if the number is then corrected and put into the correct format, it still gives the message and does not let them save it. We have used the constraint on other forms before and it worked correctly. Not sure what the JobApplicationTask.ContactInformationForm would be different?