I am experiencing the same issue. Things work fine on all pages except those with a FormStack form inserted. I contacted support for the theme we purchased and they supplied the following:
I looked at the code and FormStack is loading jQuery within it’s own script. Our theme loads WordPress’s version of jQuery, so it’s being loaded twice and causing a JavaScript error. Plugins should always use WordPress’s version of jQuery to avoid conflicts like this.