I'm using Contour for forms on a customer's website, however, their style preference is to have no label and the default text in the field set to what the label would be.
For example, in a Firstname textbox, the textbox would contain the text Firstname, which when the box is clicked in, it would empty.
Is it possible to change Contour to do this?
Also, for registered users is there source anywhere?
Field display and labels
I'm using Contour for forms on a customer's website, however, their style preference is to have no label and the default text in the field set to what the label would be.
For example, in a Firstname textbox, the textbox would contain the text Firstname, which when the box is clicked in, it would empty.
Is it possible to change Contour to do this?
Also, for registered users is there source anywhere?
Thank-you
Comment author was deleted
Hi,
Well you would use some css to hide the labels and then you could do the default text with some jQuery
Cheers,
Tim
Thanks Tim.
is working on a reply...