How to make the text_field default value disappear

Hi Ja, (Great name :)) Rails is a server side handler, it cannot handle anything on client <--> browser <--> server cycle. In your case, you need to set a JavaScript onFocus even for the specific text field, and set it's value to "".