I am currently working on a corporate website and optimizing a marketing contact form using the native Bricks Form element.
I have a few fields (like “Product/Solutions” and “Inquiry Type”) where users need to be able to select multiple options instead of just one. However, the native “Select” field in Bricks only supports single-choice out of the box.
I’m looking for the cleanest and most reliable way to achieve a Multi-Select dropdown here.
I would love to keep it within the native Bricks Form if possible to keep the site lightweight. Any code snippets, tutorials, or advice would be highly appreciated!
Hi Joy,
The native Form Select field is a single-choice dropdown. If users need to pick more than one option while staying inside the native Form element, use a Checkbox field and add the choices under Options.
Unfortunately, I can’t provide you with a custom snippet.
Okay, thank you for your reply. I should probably try other plugins. I still really hope that a toggle can be added to the dropdown selection box so that users can choose between multiple selections or single selection.