Is there anyway to take the field label and place it in the entry field and have it disappear once clicked? For instance if I put Full Name inside the entry field, when the user clicks it to enter their name I'd like to have it disappear.
Thanks!
Is there anyway to take the field label and place it in the entry field and have it disappear once clicked? For instance if I put Full Name inside the entry field, when the user clicks it to enter their name I'd like to have it disappear.
Thanks!
Also, I need the submit button to inherit their CSS. Their class is .form_container_wrapper form .button. What's the best way to go about doing that?
To your first question, that is called placeholder text and is a feature of HTML5 but not yet Gravity Forms. You can use this 3rd party add-on to add placeholder text: http://wordpress.org/extend/plugins/gravity-forms-placeholders/
To your second question, please provide a URL to the page where your form is embedded, and give us an example of a page with the button on it you would like to emulate.