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.

alternative validation indicators

  1. Hi.

    By default, it seems that if a field is required, an asterisk is shown next to the input.

    Is there a way customize the prompts for validation? Or at least remove the asterisk?

    Its a handy convenience, but with the form I'm working on atm, it intereferes with my intended styling.

    I figure that if if I remove the asterisk, I can probably one of the jquery validation plugins that I tend to use.

    Thanks.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  2. You can hide the asterisk with some CSS. Add this to your theme's stylesheet:

    [css]
    body .gform_wrapper .gfield_required {
    display: none;
    }

    Let us know if you need help with the rest.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  3. Thanks Chris.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink
  4. You're welcome Sunil.

    Posted 13 years ago on Tuesday November 1, 2011 | Permalink

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