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-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#} form.
Result (if we check first, second and forth fields):
Finance News, Chat, Other |