i have a form with 10 fields. A user need to fill this fields 10 times these fields before submit. How to implement this? Is it possible to prepare the form 1 time and repeat it 10 times? I'm thinking to divide it in 2 parts. first page with some fields and second page with these 10 fields to repeat.
kind regards.
Hi cladiv,
That's a lot of fields for people to complete.
There's no built in way of repeating a block of fields multiple times.
You could do it with a PHP Loop in a Custom Element element.
You could do it with a bit of coding by re-loading the same page ten times and changing the submitted data to show which part of the ten times they were up to.
Or you could just add a lot of elements into a standard form.
Bob