Is there a way to create a repeating field in ChronoForms? I'm creating a survey and I'm asking about company ownership and obviously a company can be owned by any number of people. In the past I've created a set number of fields and hoped that it was enough. I'd rather create a field that users can repeat to supply as much information as they have. Is it possible to do in ChronoForms?
Forums
Repeating fields
Hi CarlosNU,
In the PHP before the form is created you can only create a fixed number of repeated fields (though this could be a large number).
If you want to add the ability to always add one more then it will need to be done in JavaScript on the form page itself. Not too difficult and I'm sure that you can Google a simple script to do it.
Bob
In the PHP before the form is created you can only create a fixed number of repeated fields (though this could be a large number).
If you want to add the ability to always add one more then it will need to be done in JavaScript on the form page itself. Not too difficult and I'm sure that you can Google a simple script to do it.
Bob
This topic is locked and no more replies can be posted.