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.

Simple single line and single field form

  1. Can anyone assist me?
    I would like to create a single line email entry field with the submit button to the right of the email entry box. Additionally, l would like to remove the form title, when l do so within the form editing area l get a pop up "Please enter a Title for this form. When adding the form to a page or post, you will have the option to hide the title." I see no option to hide the title!
    The location of this 'form' is going to be within a 30px strip below the main image on the home page.
    Cheers
    Colin

    Posted 12 years ago on Thursday August 11, 2011 | Permalink
  2. You can position the submit button inline with some CSS manipulation. This previous thread discusses how.

    http://www.gravityhelp.com/forums/topic/trouble-positioning-submit-button-inline#post-19798

    The title is an option when you're adding your form using the shortcode builder. Just uncheck the option and it won't be displayed on your form.

    http://www.gravityhelp.com/documentation/page/File:Shortcode-builder.png

    you can also manually create your shortcode, just make sure the title attribute is set to false.

    [gravityform id=1 title=false description=false ajax=true]

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

    Posted 12 years ago on Thursday August 11, 2011 | Permalink
  3. Thank you Kevin, those threads you gave me helped and l now have 'inline' field box and submit button

    At the risk of outstaying my welcome, l was wondering how to change the field label width for this form. I see its defaulting to 29%, but that takes the field label to 2 lines, as its quite long. I can change the length to 70% in Firebug, but l cannot see where l can alter this in the CSS.
    Ultimately, l am trying to get a long field label left of the field box and the submit button to the right of that box.

    Once again, thanks for your assistance.

    Posted 12 years ago on Saturday August 13, 2011 | Permalink
  4. @colinz,

    Can you post a URL to your form for me? It will be a lot easier to give you specific guidance if I can see and inspect it myself.

    Posted 12 years ago on Saturday August 13, 2011 | Permalink
  5. Thanks for the speedy reply. I had a eureka moment and it all came good. Once again thanks for the help.

    Posted 12 years ago on Sunday August 14, 2011 | Permalink
  6. Ok. Thanks for the update. I'm glad you figured it out.

    Posted 12 years ago on Sunday August 14, 2011 | Permalink

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