Hi
I know it's been discussed before, but I could really use some fresh input on this in relation to the current version of builder.
I'm looking for a way to have multiple select (checkboxes) on a form.
Consider this simple example with 2 tables: orders and products.
Orders have a foreign key field to products. Products is populated with many products.
I'd like to create a form where a user could select multiple products in a checkbox form (checkbox for each products).
Any recommendations on how to do this? I'm pretty sure that Builder can't do this currently?