Issue of Kentico biz form validation

priya tiwari asked on June 22, 2016 16:00

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..

Recent Answers


Jan Hermann answered on June 22, 2016 16:16

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

0 votesVote for this answer Mark as a Correct answer

Joshua Adams answered on June 22, 2016 20:20

Sounds like you need to use client side validation and make onchange events for your fields.

0 votesVote for this answer Mark as a Correct answer

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