email form submission

The email submission form on this page uses the PHP feedback action. The client received an email with following:

Email:
Message:
Name:
Reset: Reset
Telephone:

All was blank except Reset:Reset which does not appear when someone actually send a message. Anyone have an idea what the reset:reset is about?

http://nuclearlawyer.com/contact.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This is simply the value that is attached to the reset button. See the code below

<input id="Reset" class="ContactFormButtons" type="reset" name="Reset" value="Reset" required=""

You can remove that by selecting the Reset button in FW then look under the 3rd tab in the inspector and remove the value of ‘reset’

I am assuming that this site is hosted with GoDaddy - my commiserations.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options