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.

Form Display Error

  1. Hi

    I have installed my first form, which displays correctly in preview, however when inserted into my page displays red bullets and a full page underline below each field. I get the same error regardless of using the Plug In Css or reverting to my standard style sheet.

    Here is the url or the form

    http://sitegap.com/website-set-up/

    I am using 'Display' Wordpress theme from Kreisi.at

    Any help or advice would be much appreciated

    Many thanks

    Paul

    Posted 12 years ago on Wednesday October 5, 2011 | Permalink
  2. Yep, if it displays properly in the preview and not in your theme, then it's a theme inheritance issue. Your theme is adding the background images, bottom borders and left padding to the list that contains your form fields. You can add this to the end of your theme stylesheet and it should take care of those 3 issues for you.

    [css]
    body .gform_wrapper ul li {
        padding-left: 0 !important;
        border-bottom: none !important;
        background: none !important
    }

    screenshot: http://bit.ly/rp8Tju

    Also, the bullet image issue is addressed in the FAQ. Don't forget to look in there for common problems and their solutions.

    http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/

    Posted 12 years ago on Wednesday October 5, 2011 | Permalink
  3. Many thanks Kevin, and many thanks for your lighting fast reply - that solved both problems.

    The form looks great now!

    Thank you

    Paul

    Posted 12 years ago on Wednesday October 5, 2011 | Permalink
  4. Great Paul. I'm happy I could help out. Let us know if you need anything else.

    Posted 12 years ago on Wednesday October 5, 2011 | Permalink

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