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.

Move Label Up in Widget

  1. I was able to move the subscribe button up but how would I move the label up just for this one widget? Thanks!

    Image here: http://grab.by/9oT4

    How about the text "email" right inside the label? Inline Label? I thought I almost had it but not there yet....any thoughts? Thanks again for the awesome support!

    Posted 13 years ago on Thursday March 10, 2011 | Permalink
  2. Without seeing your actual form, I can't tell you precisely. The screenshot doesn't help me to inspect the form markup. If you want to share a URL I'll take a look.

    You could use the text "email" as the default value for your field then clear it on focus using jQuery.

    http://www.gravityhelp.com/clearing-default-form-field-values-with-jquery/

    To move the label for just one form, you'd need to view the source and get your form ID, then follow the method described here using your form ID in your rule.

    http://www.rocketgenius.com/gravity-forms-css-targeting-specific-elements/

    see the section on "standard field labels" for examples.

    Posted 13 years ago on Thursday March 10, 2011 | Permalink