Running: F2C Pro 6.15.0 for Joomla 3.x
On Joomla 3.6.5
I've tried searching but can't seem to find a good answer to this problem. My form is set up, the back end works fine. Publishing works fine. Just can't save new from the front end submission form. The save, save & close, and the cancel buttons just do nothing.
Permissions are set for public/guests to 'allowed' for: Create, Edit Own, Edit State, Edit State Own.
I am getting errors only on F2C pages:
ReferenceError: Joomla is not defined
/index.php?option=com_form2content&view=form&layout=edit&Itemid=854&lang=en:132
ReferenceError: Joomla is not defined
/index.php?option=com_form2content&view=form&layout=edit&Itemid=854&lang=en:369
ReferenceError: Tips is not defined
/index.php?option=com_form2content&view=form&layout=edit&Itemid=854&lang=en:127
Line 132 is:
(function() {
Joomla.JText.load({"JLIB_FORM_FIELD_INVALID":"Invalid field: "});
})();
Line 369 is:
Joomla.submitbutton = function(task)
Line 127 (which may not have to do with this component) is:
var JTooltips = new Tips($('.hasTip').get(), {"maxTitleChars": 50,"fixed": false});
Any ideas what I should be looking for???
Thanks!