I have a global content block setup with a form item:
Code: Select all
<div id="info_item">
<input class="textbox" name="email" type="text" value="ENTER EMAIL ADDRESS FOR UPDATES" onFocus="clearText(this)" onBlur="clearText(this)" />
<input class="submit" name="email_submit" type="image" src="images/main/email_submit.gif" />
</div>
The events just clear the textbox value to ''.
Any idea what's going on with this? Kind of a pain

- Josh