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.

labels missing

  1. Labels for fields are not appearing.

    The field in question is the 5th of the form. It now does not display the <label>.
    Upon viewing source, <label> is not there.
    The form is displayed via a widget on the RIGHT column. The form can be seen on the following page:
    http://www.sunhealthseniorliving.org/grandview/request-information/

    Posted 10 years ago on Monday May 20, 2013 | Permalink
  2. Use this:

    [css]
    .request_info_form .gfield_label, .request_info_form .ginput_complex label {
    display: none !important;
    }

    Instead of this:

    [css]
    .request_info_form label {
    display: none !important;
    }
    Posted 10 years ago on Monday May 20, 2013 | Permalink
  3. Can't believe I missed the css. Thanks Rob, that did the trick!

    Posted 10 years ago on Monday May 20, 2013 | Permalink
  4. RIght on, glad to help.

    Posted 10 years ago on Monday May 20, 2013 | Permalink

This topic has been resolved and has been closed to new replies.