Require One Of Two Fields To Be Filled (either/or)?

Sep 22, 2010

Here is my issue that I am trying to resolve. I know how to make a field in a form required for validation however what I am trying to do is require that at least one of two available fields is filled in. The form performs a search using the 'first name', 'last name' or both. What I need is for the form to require at a minimum that at least one of the two fields is filled in prior to sending it to the script to do the search.Here is what it should do in each instance:

[first name] [NA] = form submitted
[NA] [last name] = form submitted
[first name] [last name] = form submitted
[na] [na] = Not submitted

View 7 Replies


ADVERTISEMENT

Event For .val() Filled Form Fields?

Mar 21, 2011

I have the following code

Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

[code]....

View 1 Replies View Related

Automatically Adding Form Fields As They're Filled?

Dec 13, 2010

I have a form that has 9 pairs of fields on it. I'd like to change this so that there are only two blank pairs of fields displayed. As the user fills out a pair of fields, it adds another pair of blank fields. This way, the user can fill out as many as their heart desires, but those who don't have that much information to provide, aren't confronted with an unnecessarily huge form of blank fields.

View 5 Replies View Related

JQuery :: Making Sure All Array Fields Are Filled

Jan 12, 2009

How can I make sure all the below fields are filled with integers or return false and show a simple alert message if it's not in jQuery:

<input type="text" name="productids[1]" value="" size="3" />
<input type="text" name="productids[2]" value="" size="3" />
<input type="text" name="productids[3]" value="" size="3" />

View 1 Replies View Related

Multi-forms And Making Sure Fields Are Filled?

Mar 15, 2011

I'm running two different forms on one page.Each form goes to a different place - one form does stuff on a different server and one form does stuff on the same server.This is being accomplished by using the following script (found here on WebDeveloper)

HTML Code:

<script language='javascript'>
<!--
function doit()

[code]....

The first form starts like this:

HTML Code:

<form id='form1' name='form1' action="http://www.coolcart.net/shop/coolcart.aspx/starkeepsakes" method='POST'>

The second form starts like this:

HTML Code:

<form id='form2' name="form2" method="POST" action="attachscript.php" enctype="multipart/form-data" target='_blank'>
There is no submit function in the forms.

After the two forms are listed, there's one link that processes both forms at the same time when clicked:

HTML Code:

<div align="center"><a href='javascript:doit()'>Click Here To Submit</a></div>

Here's the good news: THIS WORKS. This is not the problem.The problem is my client wants most/all of the content in form2 to be filled out. If the fields are not filled out, then something happened that says in effect "yo. fill that out!"I've tried to use javascript validation scripts and they don't work. Presumably because they depend upon

HTML Code:

<input type="submit" name="submit">

Which is NOT how the form is told to post.

View 3 Replies View Related

Validation Redirection - Freeze The Page Until All Fields Are Filled?

Dec 30, 2009

I'm facing a validation error, whenever I leave any of the fields blank, it gives me a warning and then it redirects me to (index.php?option=com_ccnewsletter&view=ccnewsletter)What I wanna know is how can I freeze the page until all fields are filled?This is the javascript code:

<script type="text/javascript">
function formsubmit(task)
{[code]....

View 5 Replies View Related

JQuery :: Disable Submit Button If All Required Fields Not Filled In Form?

Aug 18, 2010

How do I disable the submit button if all required fields in a form are not filled in? Say I have a form with Name, Age,message, and email. Name, message and email must be filled in or else the submit button will not show or will be disabled and then enabled once filled. If the fields are filled in then the submit button will show. If the fields are filled in but then one is deleted then the submit button will hide. Ideally if I can have it disabled that will work, if not I will settle on hide at this point.

View 1 Replies View Related

Does If, Else If Require An Ending Else?

May 13, 2006

For a long time I have been using:

if
else if
else if
else if

For example, I'm using it now to put different ads on different forum pages after checking the forum number in the URL. If there's no match, I don't want an ad on the page.

Is my code above "legal" or does it require an else at the end?

BTW, the reason I do it that way instead of just using ifs is that I figured that once it found a true condition it wouldn't bother reading the following else ifs and that would save time... it would run faster.

View 6 Replies View Related

Require Min Characters In Text Box

Dec 7, 2009

I am using javascript to verify a text input box but I would also like to require atleast 3 characters being entered before allowing the user to search.

View 6 Replies View Related

Geolocation Service That Does Not Require An API-key?

Feb 12, 2010

I'm playing with a greasemonkey script and would like to provide geo-locating. The geolocation services I've found all require dev/api-key. A dev-key means I reveal my well-earned key, or an api-key usually means a server address... there would be none via a greasemonkey script.

View 6 Replies View Related

JQuery :: Have Selector Require 2 Classes Instead Of Just 1

Apr 24, 2009

So I understand you can do:
$(".className").xxx.
Is there an easy way with jquery to have it match 2 classes. So maybe I only want the action to take place it the element has class1 and class2.
$(".class1" , ".class2").xxx
The above is close to what I would like, but thats if any of the 2 classes match, go. I need it to be both. I can probably do this with some basic javascript logic.. just figure there may be a function for this already.

View 4 Replies View Related

Require Select List Only If Value In Textfield?

Jan 11, 2011

How can I validate that if the user enters a quantity in the field they also must select a reason code. How can I do this.

<form name="theForm" onsubmit="validate()">
<table>
<tr id='Child1'>

[code]...

View 4 Replies View Related

JQuery :: 'url:' Key In The $.ajax Set Of Options Require String?

Jul 18, 2011

As you can see below in example #1I am attempting to assign a variable value to the 'URL:' key. I am having problems with this Ajax call but I don't know if this is the cause. I even tried using eval() in example #2 below. I am pretty new at this stuff so forgive my ignorance.

Does the 'url::' key REQUIRE a literal string?? Is there no way to set this value at run time?

[Code]...

View 1 Replies View Related

Text Field To Require 1 Specific Number?

Mar 8, 2010

I have a simple form with a sum.

Sum is 4 + 1 = ... the answer will of course be 5.

Does any one know of a simple tutorial where a specific number can be entered into a text field. If number is incorrect it pops up a simple error box.

View 2 Replies View Related

JQuery :: Validate : Require A Blank Text Field?

Oct 26, 2010

I'm trying to set up a form that has a text field that is required to be blank - I'm dealing with form spam, and the bots are stuffing every text field with random crap. So, I have a text box that is required to be blank. But I can't get jquery.validate to understand both required and blank.the text input is has a name and id of live_check.I have added this method:

$.validator.addMethod("equalToParam", function(value, element, param) {return value == param;});

and then my rules look like this:

rules: {
first_name: "required",
last_name: "required",[code]...

But validate flags the empty text box as invalid (because it's required?)

View 3 Replies View Related

JQuery :: Validate: Require A Specific Word Or Phrase?

Aug 30, 2010

I want to add a simple alternative to CAPTCHA on a form by adding a required text input - e.g.Type the word "jquery":How do I add a rule requiring a specific value?

View 5 Replies View Related

Require Specific Domain For Registering Email Address

Apr 26, 2011

I have an issue with a registration form. What I would like to do is only allow a certain email domain in the 'email' field. Eg. Only allowing @gmail.com email addresses, and all others would receive an error. This is the line of code that I believe needs changing:

function isEmail(valor){if(/^w+([.-]?w+)*@w+([.-]?w+)*(.w{2,4})+$/.test(valor)){return(true)}else{return false;}}

I am not too familiar with this but through my hours of research, I believe that I need to add something to this line.

View 7 Replies View Related

Validate Require Field One Section Or The Other - On Radio Buttons?

Apr 21, 2011

I have 2 radio buttons:

[Code]...

View 1 Replies View Related

Mysql - Create A Site That Will Require A Database - Like Facebook Functions

Jul 30, 2009

I am trying trying to create a site that will require a database. (much like facebook functions)

I am not new to programming, as I know Java and C++, but I am very new to the web development.

For security reasons (so I have heard), I would like to write this site in php. At the same time, I may need some client sided code. (Or do I?) I am not at all sure.

I know that facebook is written in php, and the site I am making basically has the majority of those functions.

Any inputs as to how I should go about choosing what language? As of now, my partner is learning javascript and mysql, while I am studying php and mysql.

I know that some sites implement both, javascript and php, but I was wondering if it is at all necessary to use both, and how would one know which code to write in what language.

View 8 Replies View Related

JQuery :: Validate -- Require Series Of Checkboxes When Named As Array[]?

Sep 23, 2009

I have a working example of jQuery validate working in the link below. The newsletter checkbox is required and working. However, the "colors" checkboxes are all named as an array ( ex: name="color[]" ), and so the problem lies in the validation code, where it uses the name of the element to require elements ( ex: newsletter: "required" ).

Code JavaScript:
<script>
$("#testform").validate({

[code].....

View 2 Replies View Related

JQuery :: Require A Valid Email Address Using Malsup's Validation Plugin?

Jun 27, 2010

I don't quiet understand how to require a valid email address to be entered into a particular field.

There is documentation for what I wish to achieve here[code]...

But I'm having trouble understanding it.

For a start, I can't quiet tell from examining the demo how a particular field is required to have a valid email address.

I can't tell how the script picks up which particular fields are required to have which rules.

View 3 Replies View Related

JQuery :: (Bassistance Validate) Require Inputs Based On Dropdown Select?

Sep 28, 2009

Info:- jquery-1.3.2- jquery.validate-1.5.5- form with 1 dropdown select and 4 text inputsSetup:- all 4 text fields are not initially required.Issue:The first input element is a required dropdown select.If the user selects option 1, then text field 1 & 2 need to be
required.If the user selects option 2, then text field 3 & 4 need to berequired.How do code this?

View 3 Replies View Related

JQuery :: When Click On Submit Button 2 / More Times Message Is Set For Require Field Is Increasing

Jun 29, 2011

I prepare a contact us page for my site.URL...when click on submit button 2 or more times the message is set for require field is increasing.

View 1 Replies View Related

Get A Value If A Condition Is Filled

Jul 23, 2005

if (form.interface_template.options.length > 0) {
template =
form.interface_template.options[form.interface_template.selectedIndex].value

} else {
template = ''
}

View 4 Replies View Related

JQuery :: Check If Value Is Filled In?

Apr 5, 2010

I'm using JQuery 1.3 and was wondering how to check if at least one checkbox on my page is checked where each checkbox looks like this ...

<input type
="checkbox
" value
="####
" name
="x_invoice_num[]
" />

where "####" varies between the checkboxes.

View 1 Replies View Related

JQuery :: Val() Gets The Default Value Even If Another Value Is Filled?

Feb 15, 2010

I have a form with a input text field, a link, when I click the link gets the value of the field, but

as the field has a default value it gets that even if the user fills something else.

[Code]...

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved