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.

label to input field

  1. for a very small sidebar-like form I'd want the field label to be in the input field. Once focused the user can fill in his/her details. How to achieve this effect? Anyone tried it before?

    Posted 14 years ago on Monday December 7, 2009 | Permalink
  2. You could hide the actual labels with CSS, then use the labels as default values in the form field. From there, you could then use a little jQuery to clear the default values when someone clicks in the field.

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

    This is something that may get added as an option in a future release, we've already discussed it but I don't know exactly when it will be available.

    Posted 14 years ago on Monday December 7, 2009 | Permalink
  3. Cheers mate!
    I missed that example, exactly what I need!

    Posted 14 years ago on Monday December 7, 2009 | Permalink