Add Label Question to Input Field
Permalink
I have installed the tableless fields addon in order to customise my one field form with CSS. However I'm trying to make the Label question appear inside the input box. I'm trying to work out how I would add the following code to the input box in the tableless_layout.php file:
Does anyone know where this would go?
Thanks,
Olly
<input type="text" name="s" id="s" value="Your Email" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;"/>
Does anyone know where this would go?
Thanks,
Olly