Checkboxes for custom form fields
Hello,
Are there any plans to add multiple checkboxes functionality for a custom form field?
Thank you,
Dan
Are there any plans to add multiple checkboxes functionality for a custom form field?
Thank you,
Dan
2 Answers
Hi Dan, that could be interesting to add. Just a checkbox with true/false value?
Best regards,
Nikola
Not exactly a true/false value I think.
A form field would have an input type=checkbox and the name of that field would be 'picnic_items'.
There would be multiple checkboxes allowed to show the user with different values that would be appended to the field 'picnic_items' based on what was check such as:
Apples
Baguette
Charcuterie
Cheese
Nuts
If the user checks only Baguette, Charcuterie, and Cheese, then the value for 'picnic_items' would be saved as 'Baguette,Charcuterie,Cheese' for that record and that detail would be viewable in the reservation record and any notification email the admin receives with populated placeholders.
Does that make better sense?
A form field would have an input type=checkbox and the name of that field would be 'picnic_items'.
There would be multiple checkboxes allowed to show the user with different values that would be appended to the field 'picnic_items' based on what was check such as:
Apples
Baguette
Charcuterie
Cheese
Nuts
If the user checks only Baguette, Charcuterie, and Cheese, then the value for 'picnic_items' would be saved as 'Baguette,Charcuterie,Cheese' for that record and that detail would be viewable in the reservation record and any notification email the admin receives with populated placeholders.
Does that make better sense?
Please login or Register to submit your answer