This method seemed to have worked great for me....to a point. For some reason, the javascript seems to work on only the first five rows of my form. I cannot figure out why it is not cascading down through all of the rows. I see there is a counter built in to the javascript, but not sure what would be limiting it to 5. Any idea? https://imgur.com/VKOIZ9a
You can see the live code here: http://welcome.knowledgelake.com/knowledgelake-trial.html
Get the latest tagWrappers from FormsPlus 0.2.0-Tag and use that.
Awesome, that was perfect. Thanks for the handy library!
Hi Sanford,
I stumbled across this thread looking to solve the exact same problem. I have a form that we'd like laid out in a two column fashion up until our tablet media queries where we'd like it collapsed into a single column. I'm trying to take advantage of the JS snippet, but I'm having trouble pinning down which selectors need to be redefined at each media query to get the desired result of collapsing from two columns to one.
Do you have any insight on which CSS selectors for the form need to be targeted to get this result?
Thanks