How have you set up the your-name field in the form?
Hi I have the same issue with the watermark, the text I have in the form is
[text* your-name watermark “Votre nom”]
You can see the result on this website: http://charlottevial.com/contact-me/
(This is only the first field).
Thanks for your help !
Hi Takayuki, this is my form:
<label for="your-name">Your name <span style="color: red; font-size: 9px; vertical-align: sup;">*</span></label><br/>[text* your-name watermark "e.g. John Doe"]<br/>
<label for="your-email">You e-mail address <span style="color: red; font-size: 9px; vertical-align: sup;">*</span></label><br/>[email* your-email watermark "your.name@mailprovider.com"]<br/>
<label for="your-subject">Subject<span style="color: red; font-size: 9px; vertical-align: sup;">*</span></label><br/>[text* your-subject watermark "Your subject here"]<br/>
<label for="your-phone">Phone number</label><br/>[text your-phone watermark "Your number (e.g. for feedback calls)"]<br/>
<label for="your-message">Message <span style="color: red; font-size: 9px; vertical-align: sup;">*</span></label> [textarea* your-message watermark "Enter your message here"]<br/>
[ Please do not bump, it’s not permitted here. ]
Use at your own risk, but I’ve gone in and modified my files to use the HTML5 placeholder attribute instead of setting the title and using javascript to handle the placeholder:
If you’re interested:
https://gist.github.com/4339151
The changed lines can be found by searching for references to $placeholder_att.