I'm using Jörn Zaefferer's Jquery Form Validation which is great.

However, I needed one extra method/function.

I have some fields which initially have values (e.g. see below)

<input type="text" name="First Name" id="First Name" value="Enter Name
Here *" />

So for the validation if the Input First Name's value is equal to
"Enter Name Here*", this should then be marked as not true therefore
displaying an error mssg and preventing form from being submitted.

Any help would be much appreciated.

Reply via email to