How to have empty list in a form filled in by user?

1
0
-1

Hi

I need to start with an empty list in a form. The user then adds items to the list. This list is input data for further steps in the process. What approach would you recommend?

Thanks and kind regards

Richard

Comments

Submitted by ttoine on Mon, 12/09/2013 - 14:56

With community edition, you can try the editable table widget. Or do like on many websites, use a text area and ask users to put one item per line, or use a separator like ",". Then, you can parse the content with a small script and push that in a variable.

No answers yet.
Notifications