PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Multiple identical Forms on one page

  1. wlm
    Member

    Hello,
    I have the following setup: There is a list of events on one html-page, created dynamically from a database. Each event has a booking button that opens a modal window with a gform. The gform is already in the html-page, but invisible and opens with the modal. It is included via function.

    Now, all the events have almost the same gform, except some fields, that are dynamically populated. Now if one form is opened and sent, this works fine. However, as the id of the gform is the same for all the events, the response replaces all the forms. If a user wants to book now two events in a row, he will only see the response of the first sent form, when he tries to fill out the second form.

    Obviously we do not want to create a form for each event. Is there a way to achieve that? Is it e.g. possible to change the container of the answer?

    Thanks a lot.
    Johannes

    Posted 11 years ago on Monday November 12, 2012 | Permalink