Espresso Machine
Espresso Machine

Reputation: 31

Parsley.JS Form Validation Issues

I am using Parsley JS for form validation but I don't know what I am missing. Right now, HTML5 is doing the validation part of it. I would be truly grateful if someone can assist because I am racking my brain and cannot figure it out.

Here is my code.

Form Only Code:

http://hastebin.com/ecofitidir.html

Full Page Code:

http://hastebin.com/etawaduqif.html

Website:

www.polarpos.com/contacttest/application.php

Upvotes: -1

Views: 141

Answers (2)

Amr Aly
Amr Aly

Reputation: 3905

enter image description here

i have tried your code and the validation works perfect. try to download the parsley.min.js again and make sure your scripts like so :

Your code is fine don't change it. and by the way it does not need any ja code to work. here's my code. i have tried it on laravel project of mine

enter image description here

Upvotes: 0

Related Questions