Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Scott Winterroth

    (@countrymusicchicago)

    Yes, this worked for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Support Tickets] submit button does nothing’ is closed to new replies.