I have created a form using Kentico bizform and applied inbuilt validation on it(validation of kentico biz form). Validations applied properly on field and error message is also showing but after enter a text, message should be hide from form. How to resolve this issue? Please suggest me.
Thanks in advance..
If I understand correctly, you don't want the validation to happen when the form gets submitted but after you fill some value, right? This is possible by configuring depending fields where you show some label/text only if some condition gets met. You can get inspired here:
https://devnet.kentico.com/articles/tweaking-kentico-(1)-hidden-required-fields
Sounds like you need to use client side validation and make onchange events for your fields.
Please, sign in to be able to submit a new answer.