We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36756
    • 7 Posts
    Hi,

    i have a problem with formit validation. When validation fails, the form should be displayed again with the specific formit errormessages. My problem is, that the form is called with an URL parameter in an iFrame with jQuery, which is necessary to load the initial form data from the database. When the form is displayed again, the parameter is missing, so I do not get the data again.

    Any suggestion?
    • Man, I would strongly recommend that you DON'T iFrame a Formit call simply because iFrame hacking is so prevalent. Any good security audit would flag that -- any web form should include "frame-buster" javascript to prevent precisely this.