BizForm Submission only working in Preview mode (Logged in as admin)

Craig Hazard asked on October 8, 2014 07:05

I have created a BizForm for submitting data on our Homepage, it is inserted iun a CMSPagePlaceHoloder. <cms:CMSPagePlaceholder ID="plcZones" runat="server"> </cms:CMSPagePlaceholder> But whenever i press the submit button nothing happens, the only time it is willing to submit data is when I am logged in as administrator and I am viewing the Preview version of the page, switching to Edit mode or visiting the page regularly will not allow me to submit data. In the console there are two Javascript errors that seem related and i'm not sure what is causing them. Could it be a JQuery issue (we don't use JQuery at all, but i noticed the Preview mode possibly does).

Errors: "Uncaught TypeError: Cannot read property 'onsubmit' of null" which is in ScriptResource.axd and "Uncaught ReferenceError: theForm is not defined" which is in WebResource.axd

Can someone pleas help, has anyone else had this issue? It is the last issue I need to resolve but I can't seem to figure out what has gone wrong.

Correct Answer

Craig Hazard answered on October 8, 2014 09:09

Solved it

Image Text

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.