Issue related to Kentico on-line form (bizform) validation

Marc joy asked on December 4, 2020 12:57

I have created a form using Kentico on-line form and applied the built-in "required" validation on it. Whenever a textbox is empty then a required validation is shown. Now, I have entered a value in the textbox and press tab from the keyboard but the required message does not disappear. I want to remove or hide the message from the form when the user enters a value in the text box before the submit button is clicked.

How to resolve this issue?

oursainsburys

Recent Answers


Brenden Kehren answered on December 4, 2020 16:09

I beleive the default action is when the form is re-submitted, the message goes away. You could modify that with some JS or use an update panel around the form if you're using ASP.NET Forms vs. MVC.

1 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.