Embedding multiple forms in a webpage

  • neatline
    Asked on May 25, 2016 at 9:11 AM
    Also, I wanted to ask if there is a way to use multiple forms on the page and remove the capcha page ( without using the iframe method in order to maintain the styling )? Based on what I've read in the forum the answer is no, but I just thought I'd ask.
  • Jan
    Replied on May 25, 2016 at 11:09 AM

    You can embed multiple forms in a webpage using the embed code or the iframe code. However, script conflicts may occur because we have tools and widgets that has a separate scripts which is why we suggests using the iframe method

    Hope that helps. Thank you.

  • neatline
    Replied on May 25, 2016 at 1:06 PM

    Actually, I think this thread might be exactly what I was looking for http://www.jotform.com/answers/150920-How-to-avoid-the-captcha-after-submitting-the-form

    I tried appending numbers to the 'spc' areas on all the forms and the capcha wasn't triggered and the submission showed in the forms inbox.

    Is that right or is there anything else I should be aware of that I forgot to test? Thanks!

  • Elton Support Team Lead
    Replied on May 25, 2016 at 2:16 PM

    We'd recommend that option if you are using your form's full source code when embedding your form. However, I believe the iframe embed code as also suggested by my colleague is the best option. Since the form will load directly in an iframe container, you should not experience that problem. That problem rarely happens when you are using script embed code and it is conflicting your existing website's scripts causing the form to malfunction.

    Thanks!