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.

Feature request - OnFocus or something for removing default field values

  1. Would be cool to include a small piece of jquery or something that removes the default value on focus.

    Example: default field value says "Enter Email Address" - you could put something like jQuery("#objectID").focus(function(){
    jQuery(this).val('');
    });

    Would be nice to have that as an option to enable / disable in the forms editing screen.

    Posted 13 years ago on Monday July 26, 2010 | Permalink
  2. +1

    Posted 13 years ago on Sunday October 10, 2010 | Permalink
  3. It's not built in yet, it's on the to-do list, but you can do this now by adding some script manually to your page template.

    http://rkt.gs/clearit

    Posted 13 years ago on Sunday October 10, 2010 | Permalink
  4. Thanks for the code, would love to see it integrated!

    Posted 13 years ago on Wednesday November 17, 2010 | Permalink
  5. redhillcrea.tv
    Member

    +1 for this.

    Any progress?

    Posted 11 years ago on Friday April 27, 2012 | Permalink
  6. I support this feature.

    Posted 11 years ago on Friday April 27, 2012 | Permalink

This topic has been resolved and has been closed to new replies.