I`d like to duplicate a form according to the ticket quantity one chooses. Could anybody kindly enlighten me on how to manage this? Thanks

Moin Marco, (was genau möchtest du erreichen ?

How should your form work ?
Why do you want to duplicate the form ?

Moin Forum Ninja :slight_smile:

Hier ein Link zur aktuellen Website und User experience.
Here a link to the current website

Details:
Wenn der User mehr als ein Camp auswählt (nachdem man auf den “Weiter” Button klickt) UND danach ganz unten die Checkbox “Füllen Sie die Information anderer Teilnehmer wie das erste Formular aus” UNCHECKED = das Formular dupliziert sich entsprechend der Anzahl der gewählten Buchungen.
Das würde ich auch gerne erreichen.
Evtl. gibt es einen eleganteren Weg. Könntest du helfen?

If a user chooses more than one Camp ( after clicking the “Next” Button) AND UNCHECKS the checkbox at the bottom " Fill in the form of other participants like the first form " = the form duplicates according to the amount of camps which are being booked.
Maybe there`s a more elegant way.

Tatsächlich gäbe es da vielleicht 2 verschiedene Wege.

  1. Eventuell mit Hilfe eines REPEATERS, was zusammenzubasteln (wird kompliziert)
  2. Sich nach der eingegebenen Anzahl der Buchungen richten und dementsprechend die form in wiederholter Schleife anzeigen und die Daten nacheinander abfangen (für jeden einzelnen Teilnehmer).

I could imagine, that it could work by using a repeater.
and the second way could be to get the different data in a looping, which would show several times the form to be filled for each of the participants.

For example:

You have your form (once).
But 3 different participants wants to visit the camp.
So you would have a COUNTER = 3.
After submitting the first form, you show the second one, then the third one to be filled by the different participants (participant 1/2/3).

Danke. Habe dir gerade auf deinem Website Chat geantwortet.

Ok, habs gerade gesehen.