The form is located in a modal.
All scripts are registered and enqueued minus Modernizr. I'm using the roots theme which registers jquery but adds it manually using google cdn with a fallback.
The form is located in a modal.
All scripts are registered and enqueued minus Modernizr. I'm using the roots theme which registers jquery but adds it manually using google cdn with a fallback.
Issue was resolved by bringing the form outside of an area/div that I was loading via ajax. The ajax load appears to have been breaking it.