parsley.js Questions

3

Solved

I am trying to do something like this: {{input value=email type="text" data-type="email"}} In order to use parsley.js to validate my inputs. (I know email can use type="email") but this is just ...
Apotropaic asked 3/9, 2013 at 17:12

1

Solved

I have a form that has one optional input and 3 required input fields. For the optional input I have the below markup: <input type="number" placeholder="0" min="0" max="20000" step="100" data-p...
Medor asked 6/12, 2014 at 23:9

2

Solved

I'm trying to add Parsley validation to a set of radio buttons contained within a Bootstrap 3 btn-group. The issue is that the error wrapper that parsley injects (in my case set to a span) is appe...
Soiree asked 25/3, 2014 at 17:45

1

Solved

I am currently setting up a form with a <input type=date> field with Parsley to validate that the date cannot be in the past. However, I am unable to get it to validate despite giving it the ...
Electorate asked 21/10, 2014 at 17:10

1

I'm still struggling with the same problem about Parsley and semi validation. I have a form with 2 categories of fields "Contact information" (17 fields) "Company information" (5 fields) The C...
Kotick asked 25/9, 2014 at 17:4

1

Solved

I have a form with two sets of fields: "Contact information" (17 fields) "Company information" (5 fields) There is a radio with the question "Do you have a company?" that is related to the comp...
Continuator asked 23/9, 2014 at 18:53

1

I'm using Parsley JS (http://parsleyjs.org/) for form validation. The default behavior for errors is to add a class of parsley-error to each invalid input. However, I'd like to change up the defaul...
Cenac asked 31/8, 2014 at 17:3

1

Solved

i am trying to use parsely.js on my html page to validate input box. currently this html page contains one input box and one submit button. the structure is created using bootstrap 3 and this page ...

1

Solved

I'm now using parsley 2 to validate my form, it works fine except this problem: only after you submit your form for the first time, the validation will be triggered when you change your input, but ...
Dreyer asked 18/7, 2014 at 5:45

1

I want to have Parsley not validate an input if it is not visible. I have a large multi-step survey that reveals new sections as you complete it. Each section is in its own tag, and within each for...
Malmsey asked 2/7, 2014 at 18:49

1

Solved

I'm having some trouble trying to do some custom validation with a select2 jQuery plugin I need to force user to select at least 2 items from the list. The select2 plugin has a property maximumSel...
Lamartine asked 13/5, 2014 at 15:12

2

Solved

I'm trying to create a form that is validated front end using Parsley.js and submitted asynchronously. The form is called #contactForm and the submit button is #sendData, the error comes when I hit...
Tiana asked 1/4, 2013 at 4:2

1

Solved

How do I add the attr:data-parsley-pattern="" tag correctly to a input? I wrote this: <input type="text" name="serialnr" id="serialnr" data-parsley-pattern="^[a-zA-Z]{4}[ -]?[a-zA-Z]{4}[ -]?[a...
Camp asked 5/5, 2014 at 13:27

1

Solved

I am having hard time figuring out to get the parsley.js 2.0 reset() method to fire upon clicking the reset button. This is my reset button: <input type="reset" id="resetForm" value="Reset" /&g...
Nobles asked 11/4, 2014 at 13:45

1

Solved

I'm using parsley 2.0.0-rc5 and want display the error messages in a bootstrap tooltip. I'm using "parsley:field:error" but the event fires before the error is displayed in error-container and I ca...

1

Solved

I need to show a list of validation errors in a popup. I've disabled UI modification with <form data-parsley-ui-enabled="false"... and subscribed to the "parsley:field:error" event, where I coll...
Kimber asked 7/4, 2014 at 20:59

1

Solved

It seems like ParsleyJS outputs an error for each input in an input group. With ParsleyJS 2.x, how can I use the available features to check to make sure a minimum of 1 checkbox in a group is check...
Ligni asked 28/2, 2014 at 2:47

1

I am using parsley.js from http://parsleyjs.org/. Wanted to get the error message from the call back function (onFieldError) and place the value inside a twitter bootstrap popover. In order to do s...
Pneumonia asked 4/6, 2013 at 8:56

© 2022 - 2024 — McMap. All rights reserved.