Skip to main content
September 30, 2015
Question

Is there a way to make my lengthy checkboxes scrollable?

  • September 30, 2015
  • 1 reply
  • 865 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Casey_Grimes2
Level 10
October 2, 2015

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