• Resolved martinjts

    (@martinjts)


    I’m having an issue running more than one AJAX form on a single page. When I submit the second form the response goes to the first form. I know both of those forms share the same name for the response div but I was hoping you could tell me how could I fix it?

    Here’s a little screenshot of what I’m talking about (those are two different forms and the response appeared when I submitted the SECOND form): https://imgur.com/a/wRFNA

    Thanks in advance!

    https://www.ads-software.com/plugins/cforms2/

Viewing 1 replies (of 1 total)
  • Plugin Author bgermann

    (@bgermann)

    Actually two forms on one page do not share the same response div. The div id is named “usermessageNa” or “usermessageNb”, where N is the form’s id. If you have put two different forms (with different id) on the page, they should not behave like that. But if it is the same form (same id), which could be the case on your screenshot, this can be the case.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple ajax forms on a single page’ is closed to new replies.