How can forms get submitted when required info isn't filled in?

  • mojo30
    Asked on September 27, 2015 at 9:17 AM

    I have a form that has required fields on it, but I'm getting submissions with no information.  It appears your required field functionality isn't working (at least on some browsers)

    Please advise.

    Jotform Thread 671222 Screenshot
  • jonathan
    Replied on September 27, 2015 at 7:28 PM

    This could be due to script conflict that is happening between your script embedded form and those other existing jquery scripts on your website.

    I suggest you try first re-embedding the form to the website using instead its iframe embed code.

    user guide: -Getting-the-Form-iFrame-Code

    Make sure to clear/clean first the website of the old script embed code of the form before adding the new iframe embed code.

    Test and observe afterwards if there are still submissions that get through by bypassing the required field validation.

    Hope this help. Let us know how it goes.