I get the following when submitting my form: Form ID did not match. Form ID: 51801771791357 Form Name: 41584200905348

  • elbahi
    Asked on July 10, 2015 at 8:15 AM
  • cettox
    Replied on July 10, 2015 at 8:21 AM

    Hi elbahi,

     

    In your source code, there is a hidden form id field as follows :

     

    <input type="hidden" name="formID" value="51801771791357" />

     

    and your form is submitting to following url http://submit.jotformeu.com/submit/41584200905348/

     

    Clearly there is a mismatch. As I checked they are valid two forms of yours. I guess when you migrating from one form to another, you forgot that hidden input.

     

    I suggest you to do a clean source embed. This will prevent such errors.

     

    Thank You.