How can customers select multiple services in the drop-down menu?

Solved

How can customers select multiple services in the drop-down menu?

Dowell775
Excursionist
18 0 3

What code would i use for the customers to be able to select more then 1 service in the drop down menu?

ex. house wash & driveway cleaning

 

dowellpowerwash.com

 

Thanks

quotreForm1.jpegquoteForm2.jpeg

Accepted Solution (1)

PaulNewton
Shopify Partner
7032 629 1481

This is an accepted solution.

Use the multiple attribute and users can then use ctrl+click in desktop browsers to multi select.

Most browsers will show a scrolling list box instead of a dropdown. 

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/multiple#select 

 

Otherwise you need to convert that choice to use radio buttons, checkboxes.

Or buy a UI, or develop a custom mutil-selection UI element.

I.e. https://stackoverflow.com/questions/30190588/html-select-multiple-as-dropdown 

 

If you need this customization you can contact me, info in signature please provide context.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


View solution in original post

Replies 2 (2)

PaulNewton
Shopify Partner
7032 629 1481

This is an accepted solution.

Use the multiple attribute and users can then use ctrl+click in desktop browsers to multi select.

Most browsers will show a scrolling list box instead of a dropdown. 

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/multiple#select 

 

Otherwise you need to convert that choice to use radio buttons, checkboxes.

Or buy a UI, or develop a custom mutil-selection UI element.

I.e. https://stackoverflow.com/questions/30190588/html-select-multiple-as-dropdown 

 

If you need this customization you can contact me, info in signature please provide context.

Contact paull.newton+shopifyforum@gmail.com for the solutions you need


Save time & money ,Ask Questions The Smart Way


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Thank Paul with a Coffee for more answers or donate to eff.org


Dowell775
Excursionist
18 0 3

ok, i didn't think about having check boxes. I'll do that.

Thanks!