Issues with Parsley.JS form Validation

I am trying to get a form to validate using Parsley.JS but I don’t know what I am doing wrong since the validation is done through HTML5 and not Parsley.JS. Can anyone please assist with this?

Form Only Code:

http://hastebin.com/ecofitidir.html

Full Page Code:

hastebin[.com]/etawaduqif.html

Website:

www.polarpos.com/contacttest/application.php

You’re loading the Parsely script in the head of the page and the jQuery library at the bottom of the page. So try moving your Parsely script down to the bottom of the page. Any script that relies on jQuery needs to load in the browser after the jQuery library to work. :slight_smile:

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.