Forum
Calc Builder Support
Calc Builder supportForums
Public write access is disabled. Please login
Re: Option List and Section 04.04.2017 10:35
Hello,
per your image seems you're trying to create a section, which is a form structure that the user can repeat several times. This kind of form is built-in in Calcbuilder, is called 'section', and you can check details on how to configure at this tutorial:
https://www.moonsoft.es/easyblog/entry/20-sections
or at quick guide (from page 26 -sections)
https://www.moonsoft.es/images/pdf/cb_quick_guide.pdf
and following this video tutorial:
https://www.youtube.com/watch?v=YDaYwAXAYVI
You also have available an example working calculator you can import that you can download from your user dashboard.
Once you have your sections working you may want to hide the 'add' button and replace for a combobox asking for the number of sections you want to add, this could be done using javascript (for this approach you would need an average knowledge of js, to add an event to the combobox that 'clicks' the add button 'n' times according to its value)
Hope this helps,regards
Moonsoft Team
www.moonsoft.es
per your image seems you're trying to create a section, which is a form structure that the user can repeat several times. This kind of form is built-in in Calcbuilder, is called 'section', and you can check details on how to configure at this tutorial:
https://www.moonsoft.es/easyblog/entry/20-sections
or at quick guide (from page 26 -sections)
https://www.moonsoft.es/images/pdf/cb_quick_guide.pdf
and following this video tutorial:
https://www.youtube.com/watch?v=YDaYwAXAYVI
You also have available an example working calculator you can import that you can download from your user dashboard.
Once you have your sections working you may want to hide the 'add' button and replace for a combobox asking for the number of sections you want to add, this could be done using javascript (for this approach you would need an average knowledge of js, to add an event to the combobox that 'clicks' the add button 'n' times according to its value)
Hope this helps,regards
Moonsoft Team
www.moonsoft.es