|
How to make group of checkboxes with one line results in templates? |
|
|
To make a group of checkboxes you need to give them names like interests[index] (as it shown in the example), where "index" is field index, starting from “1” Example:
In future to receive data from this group of checkboxes and to acquire the list of comma-separated values of checked checkboxes we use {#interests#} variable (note that we do not use indexes here).
Result (if we check first, second and forth checkboxes):
Finance News, Chat, Other |