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.

Two identical forms on different webites showing up differently

  1. msweber
    Member

    Hello,

    i have two identical forms with the same css style on two different websites (same css design and layout), but they are showing up slightly different. I can not find out why.

    This is how it should be: small form in the sidebar right:
    http://www.haartransplantation-tuerkei.com

    This is the same form, but format is not as in the upper website:
    http://www.lasikistanbul.net

    Please I need help....

    Thanks a lot

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink
  2. Looks like in the top site you have a form with an ID of 1, but in the second site the form ID is 3. So you probably just need to update your styles in the second site to use 3 instead of 1.

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink
  3. msweber
    Member

    I did that in the style.css but still the same problem...

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink
  4. Ah ok, this site is is outputting the GF CSS: http://www.lasikistanbul.net/

    and the other one is not. This is a setting in the plugin settings. Can you check that next?

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink
  5. msweber
    Member

    Thanks,

    I disabled the GF css. That did the trick. But now the submit button went up.
    What happenend now?

    thanks...

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink
  6. http://www.haartransplantation-tuerkei.com/ is using the left aligned label so you have:

    [css]
    .gform_footer.left_label {
        clear: both;
    }

    In the other one you are using top aligned labels so your class would be using .top_label. I'd imagine you'd want to just edit the form to change the label placement. You would change this in your form settings at the top of the form builder.

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink
  7. msweber
    Member

    thanks a lot

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink
  8. No problem, glad to help.

    Posted 12 years ago on Tuesday January 17, 2012 | Permalink

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