I am working on some javascript to validate that the required fields have been completed before allowing the user to continue to the next tab on Laserfiche Forms. From several of the other posts I saw that we should use something similar to
($("#form1").parsley({excluded:":hidden"}).isValid()
but whenever i try to run some code with it my DevTools shows an error:
Uncaught TypeError: $(...).parsley is not a function
Has anyone else had an error like this? And if so what do i need to do to fix it?