submit button does not work.
submit button does not work.
same problem here
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.
I'm thinking about forking the WordPress Plugin: Support Tickets. Feedback is needed. http://bit.ly/ePFW17
Yes, this worked for me.
This topic has been closed to new replies.