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.

Hide the 'required field' asterisk

  1. ztalk112
    Member

    I'm not using field labels (I'm using field default values for that purpose), so I'd like to hide the 'required field' asterisk.

    Is that possible?

    Thnx in anticipation.

    Posted 13 years ago on Saturday July 31, 2010 | Permalink
  2. span.gfield_required { display: none; }

    That should do the trick (just paste it in your theme's stylesheet).

    Posted 13 years ago on Saturday July 31, 2010 | Permalink
  3. ztalk112
    Member

    That got it done . . . thnx!

    Posted 13 years ago on Sunday August 1, 2010 | Permalink