I am trying to offer a selection of 15 products (from multiselect field or checkboxes) from whom the user can select one or several items with a simple "add product" button.
For each product there shall be added 8 fields in which the user can give additional information (i.e. description).
I wrote some javascript to add each product with its 8 input fields (placeholder.innerHTML=...) but this is to exhausting for each field. So I am looking for a better solution with Chronoforms tools. I have the feeling that the "repeater area" could be made for this but ended in a chaos.
I will need a sort of loop with each product that the user selects to write the 8 fields.
Any suggestions how to solve this or is maybe not possible without custom script?
Thanks!
For each product there shall be added 8 fields in which the user can give additional information (i.e. description).
I wrote some javascript to add each product with its 8 input fields (placeholder.innerHTML=...) but this is to exhausting for each field. So I am looking for a better solution with Chronoforms tools. I have the feeling that the "repeater area" could be made for this but ended in a chaos.
I will need a sort of loop with each product that the user selects to write the 8 fields.
Any suggestions how to solve this or is maybe not possible without custom script?
Thanks!