When using bootstrap_form_tag with select it wraps name within [] . <%= select :name, options_for_select(labels), prompt: "Select..." %> would get <select name="[name]"....
When using bootstrap_form_tag with select it wraps name within [] .
<%= select :name, options_for_select(labels), prompt: "Select..." %>
would get <select name="[name]"....