Tagged Questions
0
votes
1answer
76 views
Validating check box and input
i have a form that includes several text inputs and checkboxes (the checkboxes comes from a DB), so... i know how to validate them separetly but i need to validate them together, the way i'm doing ...
0
votes
1answer
40 views
Finding the subtype of an HTML form element using jQuery
I'm trying to use jQuery (version 1.4+) to determine the specific type of an input element on a form. I've already seen how to determine the element type using jQuery, as described in these ...
1
vote
2answers
41 views
Require 8 digits for input field using Javascript
I've created what I think is a simple validation script that requires
1) The registration field be required and
2) The registration field must be 8 digits in length
However, it's not working. I've ...
5
votes
3answers
222 views
validation form in table mode with javascript
i made my form in table mode
like this:
<form name="register" method="post" action="#" onSubmit="return validasi()">
<table width="507" border="0">
<h1 ...
0
votes
1answer
78 views
HTML5 valide re-entered values
I have just used the HTML5 pattern attribute for the first time on a registration form client-side validation. It is working well and I plan to use it for live code.
In my registration form I have a ...
0
votes
1answer
40 views
db-driven / programmatic validation asp.net mvc?
I want to create a system where users can create forms through a UI, and the list of fields gets stored in in the database. The user can then choose validations for the form, and those get stored in ...
0
votes
0answers
76 views
Validation of simplemembership don't work MVC 4
I using C# with MVC 4. I am trying to create an user at the simplemembership table, and on purpose the username already exists. When I submit the form, the validation dont work(red border) at the ...
0
votes
1answer
9 views
Form Analyzation and Suggestions
I was filling out a form on uSell.com to ship out an old phone and when I entered my address, a dialog box popped up telling me what I entered along with their suggestion of what to change it to. I ...
0
votes
1answer
77 views
Standard list of values for a contact's name prefix dropdown box?
Is there a list of what values would be expected to be available in a list of name prefixes when filling out a contact form on a website?
For example: Dr., Mr., Ms., etc.
Also, is giving a choice ...
1
vote
1answer
245 views
Is the inputmode attribute valid (in HTML5 forms) or not?
I am getting validation errors with the inputmode attribute on text areas and text fields. The validator tells me Attribute inputmode not allowed on element input at this point but the HTML5 spec ...
0
votes
1answer
866 views
How to filter zf2 forms?
Im tring to add filters for my form elements
> `$this->add(array(
> 'name' => 'name',
> 'attributes' => array(
> 'type' => 'text',
...
1
vote
2answers
301 views
Chrome HTML5 form validation issue
When you type 3.14 for example, and press enter - validation popup appear. As should be fixed number (by default step=1). But when you type some string, e.g. "hello" and press enter - form submit. ...
0
votes
1answer
42 views
simple form validation failure
I'm not a programmer, but I'm trying to expand an opensource Ajax contact form to include extra fields.
There are two files; index.php and send.php.
send.php contains simple form validation, and it ...
0
votes
0answers
71 views
form input fields
I have a form that gets it values from a database and when submitted checks if the values are empty or not. The values are currently being filled in, but when checked are not registering as being ...
0
votes
1answer
186 views
Validate `<input>` on tab over?
I have seen a bunch of JavaScript validation tutorials which validate your input as you type.
E.g.: http://reactiveraven.github.com/jqBootstrapValidation/
However they all seem to be constantly ...
0
votes
1answer
344 views
form validation with regular expression
Im working on a script which takes a form input and calculates a total including VAT.
I am attempting to validate the user input making sure he&she only uses whole numbers.
My problem is that ...
0
votes
1answer
1k views
Test for letters only in javascript validation
Although I have my php validation doing this, thought I may as well pop it in to javascript validation too, just to pick it up before I force a page reload.
I want to test if an input has only ...
0
votes
2answers
274 views
Codeigniter is removing '+' plus signs from my form inputs (text areas). I need them to stay
I'm trying to collect equations from my users, but my CodeIgniter installation is removing all of the '+' / 'plus signs' / 'addition signs' after the form has been submitted ...
1
vote
4answers
4k views
JQuery form validate only input type = text or type = password
I am creating a form validation script and I have check box's on a couple forms. How can I skip these and only make my form validation check the input fields?
Here is my example.
<!DOCTYPE HTML ...
0
votes
2answers
130 views
jQuery validation plugin continue error messaging
I am busy with some form validation and it is working but the messages keep on comming when you make a mistake.
So when you fill out in the emailfield with only a name the error comes but when you ...
2
votes
3answers
2k views
How do I change the “not valid input” text of HTML5 forms
If the input field's type is email in an html5 form, and if someone does not input a valid email address, it will say Please enter an email address.
Is there a way to change that text without a ton ...
3
votes
2answers
4k views
How to clear, remove, or reset HTML5 form validation state after “setCustomValidity(”…“);”?
How to clear, remove, or reset HTML5 form validation state after setCustomValidity("...");?
Setting an empty string, setCustomValidity("");, in Firefox and Chrome closes the form validation error ...
1
vote
2answers
644 views
How to programmatically close an HTML5 form validation error message?
How to programmatically close an HTML5 form validation error message?
After a form validation error message pops up, how do I programmatically close or hide it?
I'm using Opera 11.51.
1
vote
1answer
311 views
JavaScript Form validation + Get form values based on input names with no IDs
I'm trying to do a form validation but it doesn't seem to be working, theres no IDs on my elements, therefore I'm grabbing them through getElementsByName & getElementsByClass function (written by ...
-3
votes
1answer
80 views
How can I use curl to POST on forms that use these arguments? [closed]
------WebKitFormBoundary3eJo80sVHif2RZW8
Content-Disposition: form-data; name="token"
6640870923355904389
------WebKitFormBoundary3eJo80sVHif2RZW8
Content-Disposition: form-data; name="userId"
...
1
vote
6answers
113 views
Using PHP to avoid meaningless text in form fields
I tried to make php form script, which process data submitted by the user, but I want to find, how can I allow only meaning full text in those form fields like "Honey" and other real meaning full ...
1
vote
2answers
2k views
How do you customize the error message generated by HTML5 by the simple_form gem? [duplicate]
Possible Duplicate:
HTML5 form required attribute. Set custom validation message?
Simple_form has an automatic error that is generated by html5. How do you customize the content of the ...
0
votes
2answers
174 views
adding Form Validation Javascript of jquery?
How can I add inline Validation to make sure a choice of radio input must be selected
<script type="text/javascript">
function choosePage() {
...
0
votes
0answers
385 views
Grouping form elements for validator criteria without using Zend_Form
I don't use Zend_Form (don't ask).
Here's the code:
$validators = array(
'campaign-id-name' => array('presence' => 'required'),
'advertiser' => array('presence' => ...
0
votes
2answers
473 views
Can someone give me an example JavaScript RegEx to invalidate 2 repeating characters from being entered
I need a RegEx to trigger a validation message when a user enters 2 repeating characters.
0
votes
2answers
84 views
jQuery: Executing functions in previously saved data and online?
i've been working a little time with jQuery and i can't figure out how to do this...
The thing is in work i'm making a lot of forms that can be reloaded with different data and events width ...
0
votes
1answer
153 views
How do I write a method to validate if the username created is too short?
I have the following html code:
<div class="result hide" id="userNameTooShort"><span class="error">Your username needs to be six characters long.</span></div>
I want this ...
0
votes
2answers
104 views
i need the script for an emp id should start with character “E” using javascript?
I need the code using ajavascript client validation to check emp id should start with character "E" with numeric code(eg:E001)..before submit the form dis validation should be done....so plz helpto ...
1
vote
0answers
369 views
Can I rewrite my Java struts2 Action validation() function as an Action-validation XML?
I'm currently working on validation for a login form.
I have a WORKING set of validations within my action:
// SNIP!!!!
@Override
public void validate()
{
if ...
2
votes
2answers
2k views
javascript validation on text boxes created dynamically
In a form a text box is created dynamically by clicking on add button such that the text box is created in a new row.Now my problem is the validation of text boxes which were created dynamically such ...
0
votes
1answer
275 views
How to detect if a form input element of type file is empty
I have some code which reads a file through a form field of type file
<input type="file" ... />
I want to give the user another option of providing a url to a file rather than having to ...
0
votes
1answer
769 views
Rails Form Validations for Multi-Model Forms
I am trying to build a Rails app with multiple models in a single form, and multiple forms on a single page. To make that work (according to my limited knowledge), I have to drop out of the scaffold ...
1
vote
3answers
175 views
Add logic to a form when Javascript is disabled
I'd like my form to include a certain value if the quantity is equal to 1 (via a text box).
I've managed to show what the total cost is using JavaScript and I could submit it with this value but I'm ...
1
vote
4answers
557 views
PHP Filtering Form Input
I'm sure someone has covered this before, but I didn't find it in a quick search of the site. Right now I'm trying to filter some input from a WYSIWYG, so that it will remove characters like: ...
2
votes
3answers
542 views
How do I pass form elements to a javascript validation function?
I have a form that lists users, and for each user there is a drop down menu (2 choices: waiting, finished) and a comments textbox. The drop down menus are each labeled "status-userid" and the comments ...
0
votes
1answer
185 views
Making one of a group of similar form fields required in CakePHP
I have a bunch of name/email fields in my form like this:
data[Friend][0][name]
data[Friend][1][name]
data[Friend][2][name]
etc.
and
data[Friend][0][email]
data[Friend][1][email]
...
3
votes
2answers
7k views
How to validate data input on a sharepoint form?
How does one verify a text field with another list's column? I am currently populating a Drop down list with a datasource and then comparing the text field with items in the dropdown using javascript. ...

