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.

Can I change required pink warning boxes and problem with submit button?

  1. When the user doesn't enter a required field sometimes the pink boxes get in the way of my submit button or hide the submit button. Do we have another options like bright text next to the field name that would pop up instead? Also, in the image below in the Chrome browser the submit button doesn't work when there are a lot of warning boxes see: http://renttoownhotlist.com/tmp-gf1.png

    Also, in Chrome browser the submit button one of my pages only works in the upper half of the button. see http://renttoownhotlist.com/tmp-button.png Could the footer be causing the problem being so close to the bottom of the box?

    Posted 11 years ago on Saturday June 16, 2012 | Permalink
  2. David Peralty

    This is a CSS issue. Try:

    [css]
    .gform_wrapper .gfield_error {
    background: transparent !important;
    border: none !important;
    }
    Posted 11 years ago on Monday June 18, 2012 | Permalink