0
votes
2answers
45 views

Need Value from Simple Javascript Addition Multiplication

I'm not sure what I am doing wrong, but I am just trying to get a total price to display after you make a selection. I want to take the value of the selection and multiply it by 100 and then use the ...
-1
votes
0answers
7 views

Uncaught TypeError: Cannot read property 'phonec' of null

(function() {with (this[2]) {with (this[1]) {with (this[0]) {return function(event) {verifyMyPhone(this.form.phonec.value,this.form.ac.value,this.form.bc.value,this.form.pin.value) Uncaught ...
0
votes
3answers
44 views

POST values are not being returned as expected

I have a form (an invoice) with a set of inputs (for charges). <tr> <td><label>Description:</label></td> <td><input type="text name="description[]" ...
-1
votes
2answers
19 views

Getting Price by Multiplying Dropdown Number in Javascript [closed]

I have created a form with payment options. I would like to display the price they will be paying based on how many accounts they are submitting. They will be selecting from a dropdown menu how many ...
-1
votes
2answers
33 views

Jquery Click Event on Form Input Not Running

I am creating a math problem website and in one page I have a part where the user clicks submit and it will check whether the answer is right or wrong. Here is the main part of my code that I am ...
0
votes
0answers
27 views

javascript:document.forms[0].submit() does not work with IE10

My Code: <form method="post" action="PreDischargeEducation.aspx" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" /> ...
0
votes
1answer
35 views

How to pass HTML ID for input elements that have values

I have the following form for people to update image in the database (by update image, basically just upload that new image, and update the image path) <input type="file" name="color" id="1" /> ...
0
votes
1answer
12 views

Dynamically Generated AJAX/JS calculator form

I am trying to make a form that generates a value based on weighted inputs. For example, if we had the following in the database **Item** _|_**Weight** sink | 1.5 toilet | 2.5 shower ...
0
votes
1answer
44 views

Saving form state with javascript only on submit

So. I have a Form with a lot of checkboxes. Along with that I have a piece of javascript code that is supposed to save the state of every checkbox when the user presses submit. My short and irritating ...
0
votes
0answers
22 views

Uploading JavaScript generated image to Django

I have an image generated on the client side which I want to transfer to the server through a form. For example, let's say that I have a registration form in which the profile image is generated ...
0
votes
1answer
21 views

Submitting form whilst avoiding details and including list

This might be hard to explain, but I have an input field which is designed to add "responsibilities" to a list when the add button is clicked. This works fine. This can be seen here: ...
0
votes
4answers
61 views

Jquery adding items to a list without reloading page

I'm pretty stuck on how this should be achieved, mostly down to my lack of javascript knowledge. This is the code I'm looking at: http://jsfiddle.net/spadez/VrGau/ What I'm trying to do is have it ...
0
votes
1answer
39 views

javascript 'go to page' form script

I need to setup a form on my site which will enable people to quickly navigate to a page by typing a number into a form and clicking 'go'. I've got the following code which works in part: <script ...
0
votes
1answer
54 views

Duplicate name on form inputs

I have a div that contains some inputs from a form: <div class="guides_chapters_container" id="cdefault" style=""> <div class="guides_chapters_ctitle"> ...
0
votes
5answers
46 views

Javascript: Updating an element by ID?

I'm trying to get an element by ID and update it but I seem to be having trouble since I'm fairly new with javascript. This is my form: <div class="formRow billingForm"> <div ...
0
votes
1answer
28 views

Submit Form Contents to a URL

I'll be honest, I don't really know what the best approach here is. I've got no Javascript knowledge, but I don't think should be necessary here...It's stupidly simple. I have a simple form. I want ...
0
votes
0answers
9 views

google places autocomplete select with mouse

I am using google's autocomplete api just like in the docs and it works fine. However I have a form submitted with ajax every time it changes . It works fine but when I use the autocomplete for the ...
3
votes
2answers
44 views

Select box closes when using javascript scrollTop function

I have an issue where I have box that is kind of like a live feed and updates constantly. This live feed has overflow-y: scroll and I use scrollTop to bring them to the bottom of the container. ...
0
votes
1answer
21 views

Form action affects only the form itself

I'm working on a single PHP file, which has 2 different forms. Example: <form action="index.php" method="POST"> <input type="checkbox" name="box1"> <input type="submit" ...
0
votes
0answers
31 views

java script form validation works fine in chrome but not working in firefox?

form validation using java script works fine on chrome. but not working in firefox. Code: <script type="text/javascript"> function validateForm() { var ...
-2
votes
0answers
33 views

Email newsletter sign-up on static web-server [closed]

I have a static web site http://www.nodeclipse.org/ that doesn't have database. I want to implement newsletter email subscription implemented on this website (without database, that is I want to ...
-1
votes
0answers
11 views

Populate Holiday Booking Form fields with previous answers [duplicate]

I am doing a holiday booking (http://www.alikats.eu/bookingform) form using RS Form with Joomla whereby I want answers from previous questions to automatically populate the answer for other questions ...
0
votes
0answers
31 views

Most secure way to submit form automatically after X minutes? (for online exam)

(I am not good at English) We are developing an online exam tool. Users will have to answer a few question, and have X minutes for do that. After the X minutes, the form has to be send automatically, ...
-1
votes
0answers
55 views

angularJS Uncaught ReferenceError: angular is not defined form validation

I am a begginer with angularjs and sat down to study, but im lost a bit. I am trying to create a custom form validation with angularui form validation, using headjs to load my scripts, but i always ...
-1
votes
3answers
60 views

My form submits data even if it is invalid. But my validation works fine

My code follows:. <!doctype html> <html lang="en"> <head> <title>Testing the textarea</title> <style type="text/css"></style> <script ...
1
vote
4answers
36 views

Login error after form submission

What I want to do is have a form that checks login information, and then, if the information is not right, it would redirect me back to the page where the login form was, but showing a p element that ...
0
votes
1answer
19 views

Not understand how this checking-empty-form-value-code works (javascript)

I came across this page and reading the example codes. I don't understand how the following line works in the the codes. How did it assign the value "\nlogin:" to the "error" variable when the form ...
-4
votes
0answers
24 views

Email form function and js alerts? [closed]

So i have a site I built with bootstrap. I have a contact form that I want to email me when the customer enters the info. if they dont enter the correct info I would like to have them prompted with a ...
0
votes
1answer
58 views

PHP repeating forms validation. How to validate using javascript?

I have a repeating form. I have added validation to the forms with java script but I have to enter information in the first form before the other forms validate. I would like each validation process ...
0
votes
4answers
55 views

php : cannot see the hidden value submitted by Javascript

I'm pretty sure I'm missing something simple here, but it's driving me nuts ! This isn't the first form I'm using in PHP, but the first time submitting a hidden value. When a menu item is clicked, ...
0
votes
1answer
10 views

How can I check the value returned by a validation function to pass along the metrics to Google Analytics?

I use a system that captures visitors information via a form. I can't edit the code of the form validation scripts. I am trying to see if I can check upon clicking on the submit button, before the ...
-4
votes
1answer
29 views

Filling out a form with Facebook data [closed]

What I want seems simple enough, still I have read countless pages and questions and can not find a simple example. I have an existing form on my page. When someone clicks a facebook button, I want ...
0
votes
0answers
36 views

Form not submitting when valid data entered

I am building some validation but when I submit correct input it still shows as not valid, can't quite figure out where I'm going wrong! The function works with invalid input but not with valid ...
0
votes
2answers
27 views

two forms, two divs, appending data from only one form to only one div?

I have a slider with two slides, both containing an identical form. When I submit from one or the other form, I want to append the data from that form into the slide containing the form. I can obtain ...
0
votes
1answer
25 views

Jquery Mobile Form Validation not working properly

The form should validate and if its not valid, the form should not proceed, but it is automatically transferring the app to another page... HTML <div data-role="page" id="newevent1"> <div ...
0
votes
2answers
71 views

Javascript - Stop form submit depending on ajax response [duplicate]

I'm wanting to use AJAX to determine whether or not a form's values are acceptable to me (this is not form validation). The AJAX result will determine if the form is submitted or not. Below, you'll ...
0
votes
0answers
18 views

I want to know how to collect data from an html webform into a manageable site for administrative purposes

I have set up a web form (html5 , javascript) which requires any user to enter their Name(first, last), email, phone number, company, job titled, titled, and reason for VPN access. I would like to ...
-1
votes
0answers
21 views

Does Anyone Know of a plugin called jcf javascript custom forms? I cannot find a repo a website or some infos about it

I'm looking to find documentation about a plugin called jcf javascript custom forms? I cannot find a repo a website or some infos about it, do someone used this plugin?
0
votes
1answer
41 views

jQuery print functiion, how to use iteration?

I am making a print function for printing a list within a div. When the print button is clicked, the data in the inputs for the list is placed a new input that will be printed. I have been asked to ...
0
votes
3answers
45 views

Need help for my html contact form for uni

Basically I am a huge beginner on web design and i need help identifying where I actually put my email in this contact form as the recipient I have looked at the code like 5 times and I know i probs ...
1
vote
2answers
34 views

onblur event iterating through all the fields of a form, without giving user a chance to enter data

I am in the process of writing a contact form. I have two Javascript functions in the head (will move them later, but that is another question). The first function, Validate(), for the onblur event ...
0
votes
2answers
31 views

Form validation not working (no console errors) and passing parameters through multiple functions

I have a form to validate (snippet below) <form action="" class="form-horizontal contact-form"> <h2>Contact details</h2> <h3>Please ensure that these are accurate so that we ...
0
votes
0answers
15 views

submitting a form within iframe by its parent

I have an iframe that has a form named frm_prescription_upload. And i want to submit the form from the parent to do that i did like this but nothing happened and also alert is shown. Below is how i ...
0
votes
0answers
42 views

form submit not working in IE

my question is: I have an input in its onclick attribute calls a function in Javascript and according to values​​, changing the value of a form for a submit. The thing is that when you click the ...
0
votes
4answers
45 views

How do I add fields to a form indefinately with Javascript?

I am new to JavaScript DOM. I found a tutorial at www.quirksmode.org/dom/domform.html. I rewrote the code to suit my needs but when I couldn't get it to work, I copied the code from this page directly ...
0
votes
0answers
55 views

Copy users Radio Selection to another form

I have 2+ Registration forms at times on my site. They have the exact same fields so it gets crazy to have to ask the user to keep entering in their information. I have added a checkbox that allows ...
0
votes
0answers
26 views

Setting radio button values to work in a JavaScript URL script?

I currently have a Blogger search function that works by having drop down/datalist values, within a form, that mimic the Blogger labels (preview here). When you hit "search" the script generates a URL ...
-1
votes
1answer
51 views

How to append a file into a File Input field

I am trying to create a file drag and drop feature. I've the drag and drop working from the div and handling the file. Now I now would like to append this file to the Input[type=file] of the form . ...
0
votes
0answers
25 views

Javascript xmlHTTP include form does not work in JS

So I have an assesment page that is loaded via a post xmlHTTP and is inserted into my content ID div function aload(){ a.open("POST","http://crm/247QC/index.php",false); ...
0
votes
1answer
27 views

pass form values from one page to a hidden iframe inside page

I am trying to take on a new project creatively. Basically, I have a website where I want to put a custom form and a hidden iframe which will contain its own form. What I want is that when I press the ...

1 2 3 4 5 120