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.

How to hide one of the check boxes but not all of them?

  1. We currently have a sign-up sheet for upcoming webinars using Gravity Forms. As of now the sheet has three checkboxes listed (one for each event), but the first webinar is now over, but we need to keep the next two checkboxes active.

    I'd like to hide the first checkbox . My first attempt was just to delete the checkbox but this seems to throw off the export function.

    Is it possible to wrap the first entry in a DIV and nodisplay it? A way to hide the first one?

    Thanks for any help provided,
    al

    Posted 12 years ago on Thursday September 6, 2012 | Permalink
  2. David Peralty

    Actually, what you might want to do is edit the field so it has a CSS class of hidden and then just add

    .hidden {display:none;} to your theme's style.css file.

    Posted 12 years ago on Thursday September 6, 2012 | Permalink
  3. OK, so it's probably bad form to ask and answer (I should have tried this before asking the question, many apologies) but since I can't find a delete and this may be asked by others, here's the solution that worked for me:

    1) Wrap the entry in a Div & nodisplay
    2) find the CSS class name of the checkbox and nodisplay it as well.

    Hope this helps someone else.

    Posted 12 years ago on Thursday September 6, 2012 | Permalink
  4. Thank you for the update. I'm sure it will be useful to someone.

    Posted 12 years ago on Thursday September 6, 2012 | Permalink

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