Comment form automatically adds website
-
In my comments, when a user adds their name, email, and comment (but NO website), the comment automatically adds the website for the value of the field.
Here is my code:
<input id="url" type="text" name="url" class="focus" onfocus="if(this.value=='web') this.value='';" onblur="if(this.value=='') this.value='web';" value="web" tabindex="3" />
It automatically adds ‘https://web.com’ to the persons name if they does not add their website.
Any workaround?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Comment form automatically adds website’ is closed to new replies.