SA5 Form Select Element

Make the most of Webflow's form select element.

Having a hidden tab allows you to return to a no-selected tab state, which can optionally include hidden tab content.

Click any tab to show tab contentClick the close button to deselect all tabs and collapse the tab pane

See the SA5 Form Lib Documentation
collaboration illustration
DEMO #1

Multi-select w/ Click Toggle

The default behavior of an HTML <select> element with the `multiple` attribute allows users to select more than one option. Users typically need to hold down the Ctrl (Windows) or Cmd (Mac) key to select multiple non-contiguous options or use the `Shift` key to select a range of options.

This interaction can be difficult and inconvenient for users, especially those unfamiliar with keyboard modifiers or using mobile devices. It can lead to accidental deselection or selection errors, impacting the overall user experience and potentially leading to frustration.

SA5 resolves this by allowing the user to toggle each element individually using only the mouse.

SA5 Documentation
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.