You are viewing limited content. For full access, please sign in.

Question

Question

Multiple select drop down

asked on August 14, 2020

I created a multiple select drop-down using a custom HTML. How can I add field rules to that drop down?

Is there any other way to add a multiple select drop down?

0 0

Replies

replied on August 14, 2020

You could place the Drop down in a collection.

 

Please note that you cannot place a Collection inside a collection!

4 0
replied on August 14, 2020

Technically, the only multi-value field you can place on a form is a checkbox or a single value field in a collection or table. If you wanted to use a checkbox as your multi-select, that should work. You could also use some JavaScript to hook up your multi-select drop down in the custom HTML field to a hidden checkbox. This would allow the form filler to interact with the dropdown, but it would fill the checkbox behind the scenes so Forms knows about the variable data on submission. If you connected this custom HTML dropdown field to the checkbox, you could build field rules based on the hidden checkbox. 

2 0
You are not allowed to follow up in this post.

Sign in to reply to this post.