Prevent the submission of auto-truncated data in request forms
Summary by KAK: There isn't anything to indicate to users that their submissions will be truncated when they enter too many characters in request form fields. We've created a workaround by using the WebValidation table for PhotoJournalInclusivePages with a validation of ^$|^.{0,30}$ to represent the field is not required and may only be submitted when its character count is less than 30.
11
votes
Kerry Keegan
shared this idea