Basic Validation worked and all of a sudden stopped!

Required field validation stops working in a form.

Overview

The issue is likely caused by a JavaScript conflict, often from another extension loading a different jQuery version.
Disable other extensions one by one to identify the conflicting script, then resolve the jQuery conflict or adjust the loading order.

Answered
na natloz 02 May, 2016
I had a form working perfectly with asterix for required fields and have not made any changes...all of a sudden the required fields no longer have the asterix and I am able to submit with blank fields...what gives?
Gr GreyHead 03 May, 2016
Answer
Hi natloz,

Most likely a JavaScript error on the page. Do you see anything in the Console of your browser web developer tools?

Bob
na natloz 03 May, 2016
I figured it out. I disable an image slider extension and everything came back to life. Perhaps related the to infamous jquery conflicts I have been reading about.
This topic is locked and no more replies can be posted.