I have a situation here, hope there is easy workaround...
I want to make this newsletter box, with one email field. (see attachment)
Onfocus I want it to become blank.
The problem is I can't get this textbox get initial value to be "Din email" instead, it writes whole DWtag because that is what I am putting in value.
<input name="AccessUserEmail" type="text" id="AccessUserEmail_425" onfocus="this.value=''" maxlength="50" class="FrontendStd" value="<!--@AccessUserEmail-->" />
Any suggestion here?
Regards,
Dmitrij