Hi
the snippet provided by @ihor in this thread A working sample of a repeater? - #6 by condorito.fr works fine
But I need a few things:
→ That it appears in the booking form in the listing page
→ That it contains a price field that updates the listing price
→ Ideally, another number field that multiplies this number times the price
It would show in the booking form inside the listing page something like
“Option A” “(Price) 50 $” “Number: (select number)”
(And because it is a repeater, I could add Option B, Option C…)
The user would select the number and the booking price would increase by 50xNumber. It is a similar concept to the price extras repeater field.
Is this possible to do? Is there some snippet for this? In any case, how to display a repeater field in the booking form?
Thank you