We are moving over to New Signer Experience. We are using Java SDK to add validation to fields like this:
.withValidation(FieldValidatorBuilder.regex("^\\d{2}/\\d{4}$").required().withErrorMessage("Please enter a valid retirement date (MM/YYYY)"))
The classic signer experience just provided the error message. The new signer experience is adding the name of the field. Please see attached.
Do I need to do something different in the code.
- Read more about New Signer Experience: Validation message is adding name of field.
- 4 comments
- Log in or register to post comments
- 97 views