Questions tagged [formvalidation-plugin]

Form validation jQuery plugin that allows you to validate data in popular frameworks (Bootstrap, Foundation ,Pure, Semantic UI, UIKit)

This form validation jQuery plugin allow syou to make quick validation using many validation rules.

Reference:

139 questions
30
votes
6 answers

Bootstrap formvalidation.io trying to require one field or the other

I have recently purchased and am using Bootstrap FormValidation from http://formvalidation.io/ and using the example on http://formvalidation.io/examples/requiring-at-least-one-field/ I am trying to set up my for the require EITHER an email or a…
Lance
  • 3,193
  • 2
  • 32
  • 49
4
votes
5 answers

jQuery validation: Uncaught type error:$(...) formValidation is not a function

I'm getting error Uncaught TypeError:$(..) form Validation is not a function the error comes from a line in the JS code below. How can i fix it?? what should i change??? Please share your knowledge...
Pari Venthan
  • 59
  • 1
  • 1
  • 8
2
votes
1 answer

Validate form before Stripe pop up/payment modal appears

I'm trying to validate my form before the stripe payment modal appears, but the modal appears before the form can be validated. I'm using jquery validation plugin for my validation. I've tried adding the Stripe integration code in the submitHandler…
2
votes
2 answers

Parsley js: How to validate input fields inside Modal popup and display error messages inside the modal itself

How to validate input fields inside a modal popup using ParsleyJS? I have already an error container in layout page which works for page level input fields. I want to validate input fields in a modal popup and the error message should also be…
2
votes
1 answer

jQuery Validate errorLabelContainer

Please help me with my validate, i have been trying to customize where the error message should display but i can not and i have been trying to search the web but it seems like I do not understand "errorLabelContainer" or validate.js I have two…
Thando Hlophe
  • 57
  • 2
  • 12
2
votes
1 answer

jQuery trigger event when form field is validated

I'm trying to trigger a function to update the CSS of a progress bar...
But only after a field has been validated by the formValidation plugin…
DinosaurHunter
  • 652
  • 2
  • 9
  • 23
2
votes
1 answer

FormValidation.io won't work within UpdatePanel?

I'm using the formvalidation.io plugin to perform client-side validation on my pages. I've recently come across a problem where I cannot get the validation to work after a postback within an UpdatePanel (the validated controls are within the…
2
votes
2 answers

revalidateField not working

I'm using this plugin to validate my form. On my form, I have a password input and a 'show password' checkbox. When the user clicks on show password, the input changes from password type to…
user2587454
  • 903
  • 1
  • 19
  • 44
2
votes
2 answers

Bootstrap and formvalidation.io: display .help-block on one line

I use Bootstrap 3.3.4 and formvalidation 0.6.1 me need display .help-block for right to display errors formvalidation.io (i use .form-horizontal). I tried to use (out of service): .help-block { display: inline; } My form:
2
votes
0 answers

Reset formvalidation.io validation elements in the form in Fuelux wizard

I'm using FuelUX wizard along with the validation plugin available on formvalidation.io. I'm trying to reset the form elements so that I could again use the same form and validate as a new fresh form. The form get's clear, but the validation…
Ck Maurya
  • 2,225
  • 2
  • 17
  • 26
1
vote
1 answer

How does form field validation occur on a Magento Checkout page

I am unable to figure out what is triggering the form validation on the Magento Checkout page. Magento 2.4, PHP 7.4 On Selecting the radio buttons for the shipping methods it automatically shows a required field validation on the remaining input…
1
vote
2 answers

Set Function as Compare in Form Validation using Declarative plugin

We are using FormValidation.io for form validations, now we are trying to use the identical validator using the html attributes which is applied via the Declarative plugin. What we want? We want the validation to check that confirm field is same as…
1
vote
2 answers

Laravel form validation set rules like first two character are alphabet and last four character numeric like AB1234

Please help me I am new in laravel. I set form validation like first two characters are alphabet and last four character numeric. Example AB1234
waqar
  • 33
  • 5
1
vote
1 answer

call ajax function in onsubmit form

I am using html form and using php to submit this, but before submit I want to use ajax method for validation and checking response, if response true then return true else return false so till checking response html form should not get submitted…
user_1234
  • 741
  • 1
  • 9
  • 22
1
vote
2 answers

Form Validation in reactJS

so it's not kind of a problem, but when I'm trying to validate my form I usually use a large amount of if(){ }else if(){ } . . . else{ } but it's both time-consuming and in the means of clean code, it doesn't really appear good. So is there kind of…
1
2 3
9 10