Form Repeater

Buy Tickets for multiple Person with Repeater and get a summary with Calculator which sum tickets for each row
Remove

Tutorial

Each Repeater Row contain a Calculator field “Row Total” (with Custom ID “row”):
[field id=”num”] * [field id=”tickets”]

The “Total Tickets” is a Calculator field that sum the field Row Total of each repeater row:
[field id=”row”]

The “Media Ticket per Person” is a Calculator field:
[field id=”row”] / [field id=”values”]

The “Total Price” is a Calculator field:
[field id=”row”] * 5 + [field id=”pop_s”]*3 + [field id=”pop_m”]*5 + [field id=”pop_xl”]*8