Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Okay i want to show a standard value like you would when using a normal form. However when couchfied this wont work. I'm currentlying using this code, which works fine before couch <cms:input /> has been added

Code: Select all
values="Enter Your Name"onfocus="if(this.value  == 'Enter Your Name') { this.value = ''; } " onblur="if(this.value == '') { this.value = 'Enter Your Name'; } "


Thank you.

PS. This works once clicked into the box then click out. However if the paqe is loaded or refreshed this wont show. Thanks,
Hi Simon,

Please attach both the versions of the template (i.e. one that works and the one that does not).

Thanks
2 posts Page 1 of 1