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.