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