Conditional required field

  • kamemaphat.hu
    Asked on December 3, 2020 at 1:40 AM

    Many of our submitted answer skipped some of conditional required filed. Please suggest.

    Jotform Thread 2741661 Screenshot
  • jherwin
    Replied on December 3, 2020 at 2:23 AM

    The users might have been able to bypass the fields due to their browser's javascript is disabled/turned off. The required fields are checked using javascript and as such if they are disabled, then the user will be able to submit the form even if a required field is not filled.

    In order to prevent the user from submitting the form, if their javascript is disabled, you can add the NoScript widget to your form. When this widget is added to the form, it will conditionally hide the entire form and display the message you defined when JavaScript is disabled in their browser.

    You can find the widget here: https://www.jotform.com/widgets/search/noscript

    Let us know if you receive a submission like this again after adding the recommended widget.