• Resolved hiteshmandali

    (@hiteshmandali)


    Required Validation message is displaying when we try to selecting any option form radio button list.

    It hide after selecting field but mean while when we click on any option at the same time validation message “This field is required.” for some time.

    • This topic was modified 4 years, 9 months ago by hiteshmandali.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @hiteshmandali

    Could you send me the link to your page to check the issue in detail, please?

    Best regards.

    Thread Starter hiteshmandali

    (@hiteshmandali)

    Hello @codepeople

    I have create video for explanation in detail please find below video link which help you to understand my issue.

    https://www.awesomescreenshot.com/video/140846?key=3e511e51c28bc3098e378623771fd8f0

    Thanks,
    Hitesh Mandali

    Plugin Author codepeople

    (@codepeople)

    Hello @hiteshmandali

    The behavior you are referring is correct. The plugin checkks the validation rules in the following cases:

    * The field lose the focus. If a required field loses the focus without entering a value or tick a choice, the validation rule will be displayed.

    * The next page button is pressed in a multi-pages form. In a multi-pages form you cannot pass to the next page, if the values assigned to the fields in the current page are invalid, or the required fields are empty.

    * In the form’s submission. Pressing the submit button, the validation rules of every field are checked.

    In your video you are pressing the “Next Page” button without ticking a choice in the required field, so, you are in the second case. For the other fields is happening the first case, the fields are losing the focus without ticking a choice.

    By the way, in your form, it is possible to untick the radio button fields, but if you don’t want this behavior, you should untick the checkbox: “Allow Untick Choices” in the settings of radio button fields.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Validation Message disturbing’ is closed to new replies.