I have this simple form here http://artists.firstfridaysantacruz.com/wp-content/themes/newscast/ap/test.php
When the user clicks in the text field, it blanks out. How do I prevent this from happening? I was able to prevent this behavior by adding onfocus="var x=this.value+' '; this.value = x;", but this adds a blank on the end of the input, so not a real solution.
Is there some class similar to class="text_input is_empty" where is_empty is is_full instead or something?
Any help appreciated.














