vote up 0 vote down star
1

Not wanting to re-invent the wheel or anything, I was wondering if there's a plugin out there a field or form validation plugin that works with Prototype that you can recommend from your own experience and why?

flag

75% accept rate

3 Answers

vote up 3 vote down check

I like Ben Keen's Really Simple Validation component.

Features I like:

All the validation rules can be kept within javascript so you're not adding class="required" to your HTML code.

You can display error messages in a javascript alert box or with HTML text.

Adding your own extensions is easy.

http://www.benjaminkeen.com/software/rsv/

Note that I've only used the jQuery version, but a Prototype version is also available.

link|flag
looks interesting, I will investigate. – Sam Murray-Sutton Nov 5 '08 at 16:12
vote up 0 vote down

I like wforms. Example:

<input type="text" name="myDate" class="validate-date"/>
link|flag
... this is not an example of wforms, just an input tag. – Adriano Varoli Piazza Jul 6 at 18:22
The class "validate-date" is automatically picked up and validated as a date when wforms is configured correctly. – Chase Seibert Jul 8 at 12:58
That clarification could go in the answer. – Adriano Varoli Piazza Jul 8 at 23:32
vote up 0 vote down

JSValidate

link|flag
although that looks like a fairly good plugin, I'm slightly worried by the fact that it's not been updated for a while. – Sam Murray-Sutton Nov 7 '08 at 15:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.