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.

Trying to add submit button to the same line as a data field

  1. stukes21
    Member

    I've found other posts dealing with multiple data fields on the same line but not one addressing the submit button with a data field on one line.

    I'm trying to use the widget in the sidebar for an email signup. You can see an image above of what I'm trying to replicate with the actual widget below with the same background image.

    I'm having some padding issues and can't seem to get the submit/go button up by the email field.

    http://commonhope.org/beta/site/

    Any thoughts would be most appreciated?

    Posted 13 years ago on Monday September 27, 2010 | Permalink
  2. This should point you in the right direction. It's a similar topic/help request from just a couple of days ago

    http://forum.gravityhelp.com/topic/submit-button-inline-with-form-fields

    Posted 13 years ago on Monday September 27, 2010 | Permalink
  3. stukes21
    Member

    I did my best to try and implement this without success. I tried tweaking the setting to other values and of course subistituting my form id number.

    Could I please ask for a little direct assistance. I've left that code suggested from the other post in my css if that helps.

    I'd appreciate any more thoughts about what might be causing the conflicts.

    Posted 13 years ago on Tuesday September 28, 2010 | Permalink
  4. You're really close. You just need to add the "position:absolute" to the footer div rule.

    #gform_wrapper_3 .gform_footer {position:absolute; right:60px; top:-32px; width:40px }

    test screenshot

    Hope that helps.

    Posted 13 years ago on Tuesday September 28, 2010 | Permalink