janmichalicka
Forum Replies Created
-
Forum: Plugins
In reply to: [Support Tickets] [Plugin: Support Tickets] submit button does nothingI spent several hours try to figure this problem out.
And then.. clever idea. I’ve removed the Ajax code and it works.
To fix this, open file support-tickets/scripts.js
an delete following lines at the beginning of this file:try { jQuery('div.suptic.form > form').ajaxForm({ beforeSubmit: supticBeforeSubmit, dataType: 'json', success: supticProcessJson }); } catch (e) { }
Save this file, upload back to your webhosting and that’s it.
Forum: Plugins
In reply to: [Support Tickets] [Plugin: Support Tickets] no redirect after submitI spent several hours try to figure this problem out.
And then.. clever idea. I’ve removed the Ajax code and it works.
To fix this, open file support-tickets/scripts.js
an delete following lines at the beginning of this file:try { jQuery('div.suptic.form > form').ajaxForm({ beforeSubmit: supticBeforeSubmit, dataType: 'json', success: supticProcessJson }); } catch (e) { }
Save this file, upload back to your webhosting and that’s it.
I spent several hours try to figure this problem out.
And then.. clever idea. I’ve removed the Ajax code and it works.
To fix this, open file support-tickets/scripts.js
an delete following lines at the beginning of this file:try { jQuery('div.suptic.form > form').ajaxForm({ beforeSubmit: supticBeforeSubmit, dataType: 'json', success: supticProcessJson }); } catch (e) { }
Save this file, upload back to your webhosting and that’s it.