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.

display field name/title inside the field

  1. arjanv
    Member

    Hi,

    i'm looking for a way to display the title of a field inside the field, and when a user click on that field the field title dissapear and the user can type his/her name.
    Like this:

    --------------
    | Name |
    --------------
    --------------
    | E-mail |
    --------------

    Hope anyone can help.

    thanks

    Posted 13 years ago on Wednesday December 29, 2010 | Permalink
  2. This is possible, but it's not something Gravity Forms does out of the box. You would have to implement it as a customization.

    You can use javascript onfocus to display labels inside the field using this technique:

    http://rkt.gs/clearit

    You would then have to use some custom CSS to hide the real field labels that appear on the form.

    Posted 13 years ago on Wednesday December 29, 2010 | Permalink