PHP contact form overwrite fields issue repeating value
- by judi
H I'm using php contact form from http://phpfmg.sourceforge.net/home.php. I thought I'd add an onfocus effect so when i click in the fields the value dissappears automatically.
But when I submit say if haven't filled in my requried fields I get this the values appearing again like
<input type="text" class="text_box" onfocus="if(this.value=='Telephone')this.value='';" value="TelephoneTelephone" id="field_5" name="field_5">