I tried using <DIV style="OVERFLOW-Y:scroll;... in the advanced editor for the field list, but got weird results. Anyone know a way I can make my long checkbox (or radio buttons list) scrollable so the landing page with the form in it doesn't have to be 5 miles long? Thanks!
Hi Matt,
The first thing that jumps out to me, from a UX point of view, is what's causing the checkbox to need scrolling?
From a technical point of view, though, you can't really have overflow:scroll without setting an original height. :X