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.

Turn off "0 of 15 max characters"

  1. silverlight001
    Member

    hi,

    how do i turn this notification off please (appears under the name field in my formn)

    thanks

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  2. Do you have a link to your form please where this is occurring? Do you want the input to be limited to 15 characters still, just not put up the warning, or do you want to remove the 15 character limitation altogether?

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  3. silverlight001
    Member

    to remove the warning please.

    Thanks

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  4. We can hide this with CSS if you post a link to your form.

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  5. silverlight001
    Member

    Hi Rob,

    I sent you a login to your email address:

    http://howmansolicitors.co.uk/ruislip-office.html

    Thanks

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  6. Drop this into your theme's stylesheet:

    [css]
    .charleft.ginput_counter.warningTextareaInfo {
    display: none;
    }

    BTW - did you see I answered your other question earlier - just making sure as I see you haven't implemented my recommendations yet...

    http://www.gravityhelp.com/forums/topic/height-of-fields#post-67231

    Posted 11 years ago on Friday July 20, 2012 | Permalink