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 can I hide a field?

  1. I've created a form with 3 conditional options. The conditions are based on a drop down at the top of the form. The issue I'm having is that each of those options is based on a category so in order to have the category assigned to the submitted post I had to also add category fields for each of the options. Now, I am trying to hide those additional category selections. I've tried targeting the selectors by adding:
    li#field_1_22 {display:none !important;}
    li#field_1_22 {display:none;}
    #field_1_22 {display:none !important;}
    #field_1_22 {display:none;}
    But the fields are still showing up. Any hint would be greatly appreciated.

    Posted 13 years ago on Thursday August 5, 2010 | Permalink
  2. Can't really tell you for sure without seeing the form. Can you share a URL to the form page?

    Posted 13 years ago on Thursday August 5, 2010 | Permalink
  3. Sure. Here ya go http://www.eveek.com/form/ the last field before the submit button is what I need to hide yet still have it attached to the post.

    Posted 13 years ago on Thursday August 5, 2010 | Permalink
  4. just got back to look at this.. looks like you got it already.

    Posted 13 years ago on Friday August 6, 2010 | Permalink
  5. Ya, I just realized that myself ;0)

    This seemed to do it:
    li#field_1_22 {display:none !important;}

    Thanks for your time!

    Posted 13 years ago on Friday August 6, 2010 | Permalink

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