0
votes
0answers
36 views

Form results not coming through on IE only

We are getting results just fine in all browsers EXCEPT IE with the following example form. The form looks like it goes through fine in IE (says submitted successfully), but the results never come ...
0
votes
1answer
38 views

Confirmation message not showing after form submission - jQuery/Ajax

I'm working with the tutorial here: http://designwoop.com/2012/07/tutorial-coding-a-jquery-popup-modal-contact-form/ and the form sending the data correctly. However, after clicking submit, the form ...
0
votes
0answers
20 views

Ajax POST request to PHP email validator - how to obtain email input value?

I´m working on creating an Ajax email validation on the checkout page of my Joomla/Virtuemart webshop. This email validator must check to see if the typed in email address already exists in the ...
0
votes
0answers
14 views

Form Validator not working on Ajax generated content

I am using Javascript form validator. http://www.javascript-coder.com/html-form/form-validation.phtml This works Ok when the static froms are there in the document. But it fails when the form is ...
0
votes
1answer
44 views

How to integrate ajax with jquery form validation plugin to check wheather email exists

I have made my login form using PHP,MySql,bootstarp ,Jquery ,form validation plugin and AJAX and my form is perfect up to validation, also i successfully made 2 php scripts that checks user login ...
0
votes
0answers
33 views

Parsley for validation and submit data via ajax

Im testing out the Parsley framework and i must say I really do like how simple it is to implement. My only issue, is that if i try to attach an ajax submit if the form is validated correctly, it ...
0
votes
1answer
54 views

jQuery Ajax always returns 'object' [duplicate]

I have some code that validates a form using Prototype but I want to add a jQuery ajax function to check if the username already exists in the database. However, the value being returned by jQuery is ...
0
votes
0answers
72 views

Pass a variable from one page to another PHP, jQuery, AJAX

I am submitting a form with jQuery AJAX. Each time I press submit I am getting the same error (in the console its RED). When I am trying error: function(response) { ...
0
votes
2answers
45 views

Html5 validation and jquery ajax

I have a problem with validation of my form because if I use required attribute in each element of form and press submit the form is not processed until it is fill out the form, but in my file I add a ...
0
votes
1answer
76 views

Submit form with html5 validation and jquery ajax

I have a problem with validation of my form because if I use required attribute in each element of form and press submit the form is not processed until it is fill out the form, but in my file I add a ...
0
votes
2answers
78 views

Spring MVC JSR 303 Validation with Json response validation errors from ValidationMessages.properties

Hi I was looking for everywhere but can't find solution. I am making an ajax call in Jquery function and submiting data from spring inputs form:input to Controller. Controller is validating date by ...
0
votes
1answer
51 views

JQuery Validation - Checkbox validation not posting all values

I'm having problems with some checkbox validation. I'm using the plugin validation for this: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I have three checkboxes and at least one ...
0
votes
0answers
42 views

Why won't my controller action return a successful response to jQuery post()?

The app I'm working on is written in Zend Framework and jQuery. It is an AJAX app. I am attempting to get form validation working with AJAX. I have it almost working, but I am having a problem where I ...
3
votes
3answers
3k views

disabling/enabling requiredfieldvalidators with javascript and server side

I have a drop down (dropdown2) that is required IF there is something in it but it's options data is driven by ajax from another dropdown (dropdown1) selection. Sometimes dropdown2 will be empty and ...
1
vote
1answer
57 views

Show or Hide is not working in jQuery validator plugin

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript"></script> <script src ="valid.js"></script> <script ...

1 2 3 4 5 31
15 30 50 per page