Questions tagged [abide]

Abide is the form validation library built into Zurb Foundation

Abide is a form validation library that extends the HTML5 validation API with custom validators.

35 questions
0
votes
1 answer

Foundation 6 Custom Abide with ajax call

I am attempting to create a custom abide validator to check if the username already exists. Everything I find online including here is for foundation 5 and the structure is completely different. Foundation.Abide.defaults.validators['checkUser'] = …
James
  • 702
  • 2
  • 15
  • 39
0
votes
1 answer

Customize error message from Abide in foundation 6

I have a simple sign up form with one input tag that is set up for an email. I'm using abide to validate the email. That works, but I would like to create my own error message and to style elements on the page of my choosing. Is this possible? I…
icekomo
  • 9,328
  • 7
  • 31
  • 59
0
votes
1 answer

Form validation using Abide

I am using foundation css for front end design and how can I use Abide(form validator). Example:.. If I need to allow only 10 characters for the field Phone number.. Correct me If I am wrong as I am a newbie to use foundation and web dev. I have…
user3025288
  • 39
  • 1
  • 10
0
votes
1 answer

Abide Password Validation

I have a password field and I was under the impression that these automatically validate with abide? I'm using Foundation 5. Currently I can input anything I like and it will pass validation. I know abide is working correctly as other fields…
panthro
  • 22,779
  • 66
  • 183
  • 324
0
votes
1 answer

Zurb Foundation Abide password matching

I am trying to match passwords using Zurb foundation abide, everything works fine except for the data-equalto tag, my code is: .password-field %label Parola %small necesar %input#pw1{required: '', type:…
kodeslacker
  • 129
  • 10
1 2
3