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.

Issue with new CSS and conditional section breaks in 1.5 beta

  1. kennethjw
    Member

    Found that in the latest beta, the CSS classes (gf_left_half, gf_right_half) work fine on a page with no conditional sections below it. As soon as a conditional section is below the fields that have these classes, the layout becomes wrecked (ie. the section appears under the field that has the gf_right_half class).

    In my test form (on my local server), I have a conditional section at the top which appears fine. All other conditional sections exhibit the above behaviour. This issue also appears if an element (eg. checkboxes) is put above the section break of the first item.

    If any non-conditional elements are above the conditional element and below the elements with the new classes on, everything displays normally.

    Posted 13 years ago on Sunday November 7, 2010 | Permalink
  2. I haven't seen this behavior so far in quite a bit of testing, but I'll try to recreate it and get a fix in the next beta release. Thanks for the heads up.

    Posted 13 years ago on Sunday November 7, 2010 | Permalink
  3. Actually, can you email me an xml export of your form and I'll test with that. That's the easiest way for me to reproduce it. Please send it to kevin(at)rocketgenius.com. Thanks.

    Posted 13 years ago on Sunday November 7, 2010 | Permalink
  4. I've fixed this particular issue in the current 1.5 beta2 version.

    You can add this to your stylesheet for now and it should remedy the issue.

    .gform_wrapper .gsection {clear:both}

    Posted 13 years ago on Friday November 19, 2010 | Permalink