The value you return should be simply just "true" or "false". No HTML
or other stuff.
Not:
Remote Email Validator
true
or:
Remote Email Validator
false
Just:
true
or:
false
Notice the difference? :)
On Nov 2, 1:10 pm, Felix wrote:
> I have a static html page for testi
I have a static html page for testing and the remote field is wired
correctly with email as the following
rules: {
FirstNameEdit: { required: true },
LastNameEdit: { required: true },
EmailEdit: { required: true, email: true, remote:
"emails.jsp" } ,
This is in regards to Jörn Zaefferer's plug in.
How do you customize input validation so that I can remove foul
language?
So that first name or last name doesn't have "f*ck you" or something
like that.
is this possible?
Thanks!
I have been using the form validation plugin with jquery 1.2.6. I
would like to use the new jquery version 1.3.2 but was wondering if
there is a replacement validation plugin for this version or if it
could be made to work.
Thank you.
Hello,
I am using form and validation plugins successfully. I was wondering:
a) how can I make an error message show at a custom location? for
example when validating an email, it will just add right next to the
input element an error message as a generated label. how can I make
error messages s
Hey everyone,
I was wondering how to go about structuring validation code for my
situation:
I have 3 fields - all input fields
I need to do the following:
Check all values of the input fields and make sure at least one of the
3 fields are filled out (2 url's and 1 input type=file)
I did find so
jmcervera schrieb:
Hello,
This is my first post in this group.
I am trying to use the
Form Validation Plugin with Ruby on Rails, and I can´t make it work.
It seems only working with forms using the 'get' action, not with
'post.
An this goes against the REST principles of the architecture I am
u
Hello,
This is my first post in this group.
I am trying to use the
Form Validation Plugin with Ruby on Rails, and I can´t make it work.
It seems only working with forms using the 'get' action, not with
'post.
An this goes against the REST principles of the architecture I am
using.
Is there some p
Hi all
how to animate errorContainer message with Form Validation plugin?
I have this code and I'll want to animate it when occurs an error in my
form:
$("#frm").validate({
...
errorContainer: $("#messageBox"),
...
inside my form:
This form contains errors. Please try again!
Does jquery have a simple form validation plugin where I can define the
rules for a field and respective error messages and throw all messages out
to a common container on top of the form. No ajax just simple client side
validations. The one I saw on the wiki is really huge and does all sorts of
t
10 matches
Mail list logo