Adam Bell said:
I'm creating a small form for a client. Not a lot of space so thanks to cForms default text feature, I placed the label using the Default Text feature for each input field inside of cForms but I'm wondering if I can make it clear the text field once I give it focus. Does cForms offer that feature standard? Or must I add an external .js file?
If you still need a solution, this is how you will be able to do it.
When creating a field like: Name|Name*
The first value is the label, the second is the default value of the textbox. Leaving out the first value like so: |Name*
will only display the default value, the | being the separator.
Unchecking the required & email checkboxes will remove any warning labels, minimising space.
Hope this helps