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.

Multiple choice and Checkbox not functing...

  1. iamjimpa2
    Member

    I've been trying to create a form that utilizes either a multiple choice field or a checkbox. In both cases the fields do not show - only the title.

    Additionally, the fields DO work if you use the Preview Form link after creating the form, but not within the template - cleanr template. Clearly it must be related to the template, but I am not sure what is the root cause.

    Any thoughts?

    Posted 13 years ago on Friday October 22, 2010 | Permalink
  2. iamjimpa2
    Member

    I did a browser check and the checkboxes and multiple choice work fine in Firefox, but not in Safari and Chrome.

    Posted 13 years ago on Friday October 22, 2010 | Permalink
  3. Can't tell you anything if I can't see it. Can you post a link to the form?

    Posted 13 years ago on Friday October 22, 2010 | Permalink
  4. iamjimpa2
    Member

    Looks like Safari and Chrome need the UL tag to be set. I changed it and set it to:

    ul.gfield_checkbox { height:50px; }
    ul.gfield_checkbox li {height:50px;}

    Works like a charm.

    Posted 13 years ago on Friday October 22, 2010 | Permalink
  5. glad you got it. Thanks for the update.

    Posted 13 years ago on Friday October 22, 2010 | Permalink