Tagged Questions
0
votes
1answer
23 views
What is the JavaScript code for validating a form, getting elements by name, with a loop?
I have read between 5 & 7 posts, have tried to play with some of the things I have read, including jQuery, but it feels as though most posts are well beyond my understanding.
I have a form which ...
0
votes
0answers
11 views
Rails - Simple Form Validation
For my application, users can create posts through a simple_form on the user's own show page. I have validation in the post model that requires presence is true. When no input is made, instead of ...
1
vote
2answers
18 views
How to use JavaScript to Require a Ratio of Completed Fields in a Form
I'm looking for a way to use JavaScript to require a specific ratio of fields in a form to be complete. So if I have six fields and the user has to complete any 2/6 to submit. If not then they receive ...
0
votes
0answers
32 views
How to disable required field validator from the phone nummer field?
I got this form script from a friend of mine. And the question is how can i disable the phone number required field validation? At this moment all fields are required to fill in.
As you can see i'm ...
0
votes
1answer
17 views
Get validation errors on a partial's form
So I have a form in my Rails app that's on a _form.html.erb.
I'm displaying this partial on every page of my site, so it doesn't really have any model logic behind it, and the User created form it is ...
0
votes
1answer
44 views
How can I verify my form while redirecting to a separate page?
So I'm creating a form that uses the values entered to create a PDF. Now, the php that I'm using to do this is already completed from another person. Currently everything works great, except once you ...
0
votes
3answers
35 views
how to use ng switch to better validate
http://jsfiddle.net/x3azn/AbmsG/1/
I only want to show error Msgs one at a time, I am thinking of doing it with ng switch which is more code efficient than ng:show, however the algorithm I have right ...
-3
votes
1answer
22 views
Validate ID using JSON
I have a JSON file like this:
[
{
"id":"4028c2fe3ec554da013ec557dcb50000",
"logInformation":{
"createDate":1369110469000
},
"idbarang":"01",
"nama":"COBA",
...
0
votes
2answers
20 views
grails: custom validation of just one field/property
I have a "Thing" domain class, where each Thing has an record number (which is not the automatically generated id), that the user will use to access a Thing:
class Thing {
...
String recordNumber
...
0
votes
2answers
35 views
Rails best practice when embedding a signup form on every page
I have a User model with some validations behind it.
What I'd like to do is have a signup form on every page of the app, even the mostly static ones.
I figured the best way to do this would be ...
0
votes
1answer
26 views
How to change DOM as 'if/else' statements are true individually, and also set variable to true if all if statements are true?
Wasn't sure how to phrase this question as per usual.
I've been working on this password validation for a while (few previous questions on it) and I'm getting closer.
I have an html list showing ...
2
votes
2answers
58 views
How can I count the total number of inputs with values on a page?
I'm hoping for a super simple validation script that matches total inputs on a form to total inputs with values on a form. Can you help explain why the following doesn't work, and suggest a working ...
0
votes
3answers
28 views
form is sending variables by get method
i got a form.
<form id="site-contact-form">
<div>
<div class="wrapper"><span>Ձեր անունը:</span>
...
1
vote
2answers
45 views
Multiple the same forms and POST method?
I have multiple instances of the same form (name / email / message fields) on one page. They all share one class ('.contact-form') and different (dynamically generated IDs).
I validate them using ...
0
votes
2answers
50 views
Validate form in Javascript
i got a problem with my Order form. I need to validate some of the fields, checkboxs, dropdown list, and the quantity of the products. So i just started with the checkbox.
It have to looks like: If i ...
0
votes
0answers
62 views
Using something other than true or false in Javascript output
I've got this piece of code for validating a registration form and I'm looking to clean up the output variables. At the moment I have a true / false system to check the value of an input on blur and ...
0
votes
2answers
51 views
Form validates before submit
Just a quick one, i can't seem to spot and was hoping some one else could spot my mistake, i have a some string validation code written in PHP and the problem i am having is that the form seems to ...
0
votes
1answer
46 views
How can i exclude few fields from validation in forms
I have 10 fields in a Django form like this
class SearchForm(forms.Form):
student_number = forms.CharField(required=False)
final_date = ...
1
vote
1answer
33 views
Installing jQuery plugin into wordpress
I have a form that a user will fill out based on fitness test results i.e. push ups per minute, sit ups per minute, 2 mile run time etc. This form is submitting to a custom template page which also ...
0
votes
0answers
11 views
How to create a webpy 0.3 form field to get date of birth?
I need to create a registration form in webpy framework. As the form feature of web module have a definite format, I couldn't create the date of birth field.
How to make a webpy form with a field to ...
0
votes
1answer
24 views
MVC3 JQuery validation not working in non-English locales
In my application, we have a page where we are able to edit a user's details. Some of this information is validated to ensure that some fields are required while others are not. When an invalid entry ...
1
vote
2answers
17 views
How to code the value of input[type=“submit”] that validates
Two questions
What is the best way to encode the rarer characters for form element values?
Is the semi-colon in the example below causing the validation error or is it something else?
HTML
...
0
votes
3answers
44 views
Get value from iput HTML / JS
I have the following html code:
<form name="Register" action="Register.aspx" method="post" runat="server" style="margin-top: 15px;" onsubmit="return validateProfile(FormName='Register');" >
...
0
votes
2answers
54 views
Form validation with model but no table in cakePHP
I have a form that requires that all fields are filled in.
Upon submit, it should validate, before doing anything else. However, it submits even if there are some fields that were not filled in.
...
0
votes
1answer
30 views
Rails: Unable to route to edit page when a new nested item fails validation
I have a nested item whose creation form lies in the show view of its parent. In this case it is a single achievement (achievement_item) on an achievements list (achievement).
Everything seems to ...
0
votes
1answer
34 views
How I use validation with out form element
how can I do an angular validation for a specific input, div or area, without giving a form name.
<form name = 'form'>
<input name = 'userId'>
<tt ...
1
vote
1answer
41 views
Spring web: how to validate form objects with Spring validator automatically at form submission
I am using Spring validator for form validation. Here is the structure of my code. As you can see, I have to manually call validate in the POST method. Is there any way for me to wire the validator ...
0
votes
3answers
123 views
In html posting a form with javascript and php validation.. one fault- return true or false goes into text box of form
The form works, except, the value of true or false, gets put into the 'messagetxt' and that is the message I receive through email. I found the easiest way to create a continual alert box for invalid ...
1
vote
0answers
30 views
symfony2 validate a form value using another form value
In Symfony2, I use custom constraints to validate some data on my form, but I wonder if I can bring in one value from the form to use in validating another value?
Here's my constraint...
<?php
// ...
-5
votes
3answers
63 views
Form required field validation with javascript [closed]
Hi I have a form to submit, however, one of the input field is optional. How can I write a code to check if all required field is filled?
I have tried
function (){
var ...
1
vote
2answers
36 views
Check if field contains any numbers?
Hi I'm trying to write some VBA so that it checks whether one of my text boxes contains a number. The text box is called: CustomerName. Here's the code I am currently using:
Function ...
0
votes
2answers
53 views
Regular expression on textarea
I'm having a bit of trouble validating a form I have, I can check for only letters, numbers and a full stop ("period") in a single text input, but I can't for the life of me get it to work at all on a ...
0
votes
0answers
52 views
Add error message to custom field for client validating in Joomla
I'm having a problem with Joomla client form validating (with MooTools).
The form validation does fine when the fields are empty, meaning that they show the error messages. But when the fields ...
-1
votes
1answer
41 views
Struts form validation with javascript?
Hello I have the following struts form:
<s:form key="frmInfo" action="insertInfo" onsubmit="return validate();">
And in this form I have the following:
<s:textfield key="b.name" ...
0
votes
2answers
46 views
Basic form validation mechanism PHP
I'm trying to set up simple example for form validation, whether field is empty or not. If field is not empty action redirect me to page ok.php and if not back to formvalidation.php. and change css of ...
0
votes
1answer
19 views
Form - need to allow for apostrophes
I have a form written in classic ASP with some light client-side validation. Everything works well except for one thing - the form fails when there's an apostrophe. One of the fields may have ...
0
votes
1answer
23 views
Rails form validation does not work if form is initially hidden
I am having a weird issue with rails form validation. Currently the validation works fine if the form is visible when the page loads but nothing happens if the form is initially hidden and displayed ...
1
vote
1answer
53 views
CSS form highlighting for error validation
http://www.hongkiat.com/blog/ajax-html5-css3-contact-form-tutorial/
I have this form on one of my websites but the way they made this is complicated for me. i want to know if there is any way that i ...
0
votes
2answers
60 views
Creating jQuery global variables for input form validation
I have what I believe to be a simple question, but I'm stuck:
I am trying to validate a credit card number in an input field.
I have a switch statement which picks up the type of credit card, and ...
-3
votes
4answers
99 views
Writing to database? [closed]
I am trying to write some code that writes the entered data from a form to a table in a database only if there are no validation errors.
My current code isn't allowing me to write data into the ...
2
votes
1answer
52 views
Working with JavaScript Validation and Forms
Currently I have a very simple form in which I am attempting to validate using a very simple JavaScript function prior to my forms contents (or input values) being submitted. I am currently ...
0
votes
1answer
33 views
Django Different form validation when adding and changing instance
My question is that can we perform different form validation on the same form based on different action, such as adding or changing.
Say I have a model which has a field named 'type'. And 'type' is ...
-2
votes
4answers
67 views
How to stop taking duplicate values of text field by using jQuery? [closed]
Code...
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script type="text/javascript">
$(document).ready(function() {
...
-1
votes
2answers
56 views
PHP Form Validation on Server-side [closed]
I have a php form and i need 4 field data to be submitted.
Name
Email
Password
Mobile
Now i have to check if all the above data is available or not.
For debugging purpose i am use $_GET below
if ...
0
votes
1answer
34 views
php form validation using prerequisite
i am trying to validate some fields in my form. I am working with two fields, "address" and "state", initially the "address" and "state" field are not compulsory but if any value is entered into the ...
1
vote
2answers
88 views
Simple PHP Form Validation
I am very much a beginner at this kind of stuff, so please forgive me if this is a really stupid question, but I'm having trouble modifying my code, and I just need some guidance.
Anyways, I need to ...
0
votes
3answers
57 views
PHP string validation
I have been trying too use PHP to validate my form. The form asks users to enter details which will then get entered into a table in a database once the form has been validated. I have a first name ...
0
votes
2answers
96 views
PHP form numeric validation
I have been trying too use PHP to validate my form. The form asks users to enter details which will then get entered into a table in a database once the form has been validated. I have a customer ID ...
0
votes
1answer
37 views
JavaScript Validation in a dropdownlist
I'm trying to get JavaScript validation in a dropdownlist made in HTML. I have written the following code to try and add validation to a drop down menu in JavaScript, here it is:
function ...
1
vote
0answers
37 views
form needs submit to be pressed twice in order to submit using jquery
There are a few similar questions to mine out there but mine is different since I am not using the validate function inside a submit (in fact not at all) and also I am not using ajax.
I have a form ...




