0
votes
1answer
34 views
Validation failed but moving to next page
I have regular expression validation in a page which checks whether the entered value in the text box is a numeric, it is not numeric it gives error message says "it should be nume …
1
vote
5answers
66 views
jQuery Validation - Changing “Required” Attribute based on other fields
Hi there -
I'm using the jQuery Validation plugin (http://docs.jquery.com/Plugins/Validation) on a form I'm building. The form is made up of 6 fieldsets, each containing 3 text in …
2
votes
1answer
16 views
JQuery Validator Plugin
I have managed to implement the validator on a form, and is working fine for all my needs apart from a crucial last one.
Does anyone know how I would go about (or whether it's eve …
0
votes
2answers
38 views
How to select elements like question1, question2, question3,… in JQuery form validation plug-in?
I am using jQuery and the jQuery Validation plugin to validate inputs. Below is the code. Now there are many inputs named like question1, question2, question3, question4,... How ca …
4
votes
2answers
51 views
Is it possible to do validation on a form item that isn’t part of the model?
So I've got a signup form and part of it is billing/credit card info. That info is all stored and processed by a third party app and so the data isn't stored in our database.
So h …
1
vote
3answers
76 views
Shorten up Jquery condition
Hi there,
I have a question about how I can shorten a Jquery if statement. In my form I have several fields that I check if they are filled. I know there are several plugins to d …
1
vote
4answers
95 views
form validation with javascript vs php
Why should I bother to use JavaScript for form validation when I still have to use PHP since the user could have JavaScript support turned off.
Isn't it unnecessary?
Update:
Ok …
0
votes
1answer
16 views
How to select elements like question1, question2, question3,… in JQuery form validation plug-in?
Exact duplicate of How to select elements like question1, question2, question3,… in JQuery form validation plug-in?
<input type="text" name="question1" />
<input type="te …
0
votes
2answers
62 views
MVC Complex Model Binding
I would like to do complex validation on my form that contains a list of objects.
My form contains a list of, let's say, MyObjects. MyObject consists of a double amount and a MyDa …
0
votes
3answers
30 views
CodeIgniter: set_message for max_length[x]
How do you set an error message for max_length and min_length rules. For instance, if I set a rule max_length[6], I'd like the error message to display
Max characters allowed: 5
0
votes
1answer
43 views
Spring 2.5 Form validation - Dynamic data lost if validator is called?
I have a simple form that has a select box populated by the database. When validation is triggered the select box is empty. I'm new to spring and I seem to be missing something.
A …
6
votes
17answers
484 views
“Date of birth” validation: How far/much would you go?
I'm quite anal about form validation. So while creating a validator for a "data of birth" (DOB) field in one of my current projects for a job application form (platform/language is …
1
vote
2answers
39 views
Is there a way to disable Event Validation for an entire page?
I have a nested user control which appears on every single page. It contains some validation in the form of ASP.NET validators.
The problem I'm running into is, since it's on eve …
0
votes
2answers
38 views
jQuery validation plugin not detecting blank field elements as invalid after they have been validated.
Form validation plugin:
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
Test url:
http://docs.jquery.com/Plugins/Validation
How to reproduce:
1.) Click on the name …
0
votes
1answer
62 views
ASP.NET MVC 2 DataAnnotation based Validation conflict with LINQ2SQL
ASP.NET MVC 2, gives a good functionality of annotation based validation, but to use this functionality I need to reference two files (Microsoft.Web.Mvc.ModelBinders.dll and Syste …
