PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Vertical sorting CSS Ready Classes

  1. Hi,

    I noticed the great new Ready Classes for v1.5, but I miss one thing. I have a radio button list with about 45-50 items, which I entered in ABC order. However, this class is sorting the fields horizontally (CSS class gf_list_3col) instead of vertically:

    A B C
    D E F
    G H J
    K L M

    instead of

    A E I
    B F J
    C G K
    D H L

    Is there a hack to sort the columns vertically ? TIA for your help !

    Posted 13 years ago on Sunday April 24, 2011 | Permalink
  2. The ready class uses inline properties and or floats so it displays just as it would content.. reading left to right horizontally. The only non-programmatic way to do this easily would be to actually re-order your list in your form editor so the end result is vertical columns.

    Posted 13 years ago on Sunday April 24, 2011 | Permalink