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?
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?
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.
Cheers mate!
I missed that example, exactly what I need!