We recently encountered an issue with one of our project team using Workfront.
The team is using “Custom Form” for one the projects. They have lot of editable fields and they wanted to have validation in those fields.
1. The user should not be able to enter more than n number of characters. If they did, immediately the field should show error or restrict the user to enter more characters.
2. Date field validation. Example, the user should not be allowed enter a date less than today or something like that.
Both of these should happen before submission of a custom form i.e. on real time basis when user is entering values in the custom form.
Looks like Workfront doesn’t support those kind of validation.