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.

Customization

  1. I want to create a contact form at the sidebar of my website: http://www.seoquickrank.com with the following modification:

    I want to completely remove the field label and bridge the gap between fields closer. If I don't put any field label, the spaces in between fields are wide. How do I decrease the gap? I'm not good at codes so I'd appreciate if you can give me a detailed process of doing it.

    Thank you for your help.

    Posted 12 years ago on Monday November 7, 2011 | Permalink
  2. If you get rid of the field label how is a user to know what to input into the field?

    Posted 12 years ago on Monday November 7, 2011 | Permalink
  3. I will add it as a default value inside the field. Check my "NAME" so you'd see what I mean. My goal here is to save space as much as possible.

    Thanks.

    Posted 12 years ago on Tuesday November 8, 2011 | Permalink
  4. Sure, so keep your labels and then do what you've done for Name and you can use this css snippet to hide the labels on top:

    [css]
    #gform_1 .gfield_label {
    display: none;
    }

    This is telling all labels in form id of 1 to not display.

    Posted 12 years ago on Tuesday November 8, 2011 | Permalink
  5. Thanks Rob for helping.

    One more question, where do I put that code?

    Posted 12 years ago on Tuesday November 8, 2011 | Permalink
  6. You're going to want to place it in your theme's stylesheet. Most likely style.css.

    Posted 12 years ago on Tuesday November 8, 2011 | Permalink
  7. Thank you very much. It worked like magic. You have a great day!

    Posted 12 years ago on Tuesday November 8, 2011 | Permalink
  8. Glad to help, have a good one yourself!

    Posted 12 years ago on Tuesday November 8, 2011 | Permalink

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