I have a text entry question where I want to show an error message if the character limit is less than 100. I am showing the error message using custom validation which matches Regex.
However, I want to relax this validation in such a way that the message is shown only once. The next time the user hits next button, they should be able to go through.
How can I do that?