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.

Labels position and Field size

  1. organicsoft
    Member

    Hey there!
    I just start using plugin and i have some questions:

    1. I am wondering is it possible that Address Labels (Name labels also) be above input fields no under the fields?
    I try with description placement but that is not feature for this one.

    2. How to make that my quantity fields be smaller than the others. There is advance option for this and i put field size-small but its not working. Also under settings i check no-conflict mode but still stays large one.

    Thanks in Advance!

    Posted 10 years ago on Wednesday May 22, 2013 | Permalink
  2. David Peralty

    Can you please link to your form as any help we provide will likely be theme specific.

    Posted 10 years ago on Wednesday May 22, 2013 | Permalink
  3. organicsoft
    Member

    Here is my link to site http://mslrheritageball.com/test

    Today i add some fields that i don't need at all, just wanted to test all possible fields, and everything stopped to work. Now i cant remove this fields, i cant add others too.
    Can you please check this. I don't know what is happening?

    Posted 10 years ago on Thursday May 23, 2013 | Permalink
  4. For your style question on the quantity field, use this CSS snippet:

    [css]
    body #content-container .gform_wrapper input.ginput_quantity {
    width: 40px;
    }

    Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).

    For your address field question, you can do this, but you will need to be familiar and comfortable with using jQuery. Here is a thread that shows how to do so:

    http://www.gravityhelp.com/forums/topic/address-labels-below-fields#post-176132

    Posted 10 years ago on Thursday May 23, 2013 | Permalink
  5. organicsoft
    Member

    Thanks a lot for this.
    Just try it to do this but i have no luck. I copy that code in my html block in form and nothing happen. I am not really good with jquery so if its not problem can you explain me what i am doing wrong? I am desperate.
    Thanks a lot for quick reply's.

    Posted 10 years ago on Thursday May 23, 2013 | Permalink