This topic is locked and no more replies can be posted.
2 moduls on 1 page
Resolve a ChronoForms form not validating or submitting when multiple forms are on the same page.
Overview
The issue occurs because having two CF forms published on a single page can cause a JavaScript conflict, preventing one form from properly validating fields and sending submissions.
Ensure each form on the page has a unique HTML ID and name. Adjust the form settings so their JavaScript events do not interfere with each other.
