I don't know if that's possible, unless you can change the generated HTML - then you'd use the placeholder attribute (instead of putting the default in the value attribute).
Well am using Contour and I need to display the value of an input type="text" so that the user knows what the field is since the labels are set to visibility="none" in my stylesheet.
Normally when typing something in the field should automatically remove the default value input and let me entere whatever i want. But this is not the case when using Contour.
Am not sure if i can use the jQuery FormHighlighter though
input type="text" value="email address"
How can I get the default value to disapear when i try to Type something in the field when submitting a form in Contour?
Hi Fuji,
Check out this neat little jQuery plugin: FormHighlighter
/Chriztian
Oh - seems I misunderstood the question...
I don't know if that's possible, unless you can change the generated HTML - then you'd use the placeholder attribute (instead of putting the default in the value attribute).
/Chriztian
Hi Chriztian,
Well am using Contour and I need to display the value of an input type="text" so that the user knows what the field is since the labels are set to visibility="none" in my stylesheet.
Normally when typing something in the field should automatically remove the default value input and let me entere whatever i want. But this is not the case when using Contour.
Am not sure if i can use the jQuery FormHighlighter though
//fuji
Chriztian sorry for the misunderstanding what i meant is like in asp
then when user clicks on the textBox the default value "Enter your e-mail address" disappears and user can just type.
But am not sure if this possible in Contour.
is working on a reply...