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

Question

Question

Checkbox selection triggers another checkbox field next to selection.

asked on December 21, 2018

I was looking to place a checkbox field next to a corresponding checkbox selection. If a user selected 3, it would trigger another checkbox field that would appear next to the selection.

This is the best solution that came close to addressing our needs, aesthetically:

CSS to put single line next to checkbox (https://answers.laserfiche.com/questions/93220)

However, I cannot figure out how to tweak the Javascript or field rules to make it work for us... It applies to every field selected. Can somebody please help? Thank you!

 

 

 

 

0 0

Replies

replied on December 28, 2018

You're just trying to make it show/hide the extra checkboxes based on the selection?  Because you should be able to do that with field rules easier than with Javascript.

Or are you trying to make it check the extra checkboxes based on the selection of the first ones?  That will probably require Javascript.

 

0 0
replied on January 2, 2019

Thanks for the response Matthew! Based on the selection on the left, I'm trying to show / hide another list of checkboxes, next to, or near the initial selection- as they are related in nature. I hope this makes sense. 

0 0
replied on January 2, 2019

You can use CSS to get the fields displayed side by side and field rules to show/hide.  You should be able to do this without Javascript.

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

Sign in to reply to this post.