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.

inline fields not working (2 column)

  1. Hello. I have used the gf_left_half and gf_right_half to display two inline Phone number fields and when I preview the form it displays correct. When I save it (update form) and view it in firefox one phone field is displayed left and the a line break and the secondary phone field is displayed right...... not on the same line. What's going on? Any help?

    Thanks.

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  2. Richard Vav
    Administrator

    Can you post a link to a page with your form on it, then we can take a look and see if something in your themes stylesheet may be causing the problem.

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  3. yup. I had to take the coming soon plugin down > http://www.sullivanglass.com/contact-us

    Something is up. I want to have two columns with inputs all the same size. It appears that the phone fields are a little larger than the other text inputs and they should all be the same size.
    gf_left_half and gf_right_half I am using are correct. It is something in the CSS.... but what??

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  4. Richard Vav
    Administrator

    Try adding the following to the bottom of your stylesheet, the problem is that your themes css is adding 10 pixel padding to the left side of the li elements on the form which means there isn't enough room for the fields to fit side by side.

    .gform_wrapper ul li {padding-left:0px !important}
    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  5. THANK YOU!!!!!!!!!! Richard. That was it.

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  6. Do you happen to have any Idea how to change the label from State / Province / Region to just State? Where do I find that label?

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  7. Richard Vav
    Administrator

    Check out the following page of the documentation because you will need to add a filter to your themes functions file to do that.

    http://www.gravityhelp.com/documentation/page/Gform_address_state

    Posted 12 years ago on Thursday February 23, 2012 | Permalink
  8. Thanks again.

    Posted 12 years ago on Thursday February 23, 2012 | Permalink