Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter lordspaceman

    (@lordspaceman)

    No I am not. I’ve even disabled every plugin on the site except Fast Secure Contact Form and the form doesn’t work. I suspect that it may be my theme?

    My theme makes quite a few calls to jquery off the bat without any plugins installed. Calls jquery 1.7.2.min.js

    Any particular script that may be conflicting or technique I can try use to get the form working?

    Yes some themes beak it. I am not knowledgeable enough to troubleshoot jquery conflicts. Sorry. Maybe ask your theme support for help. Many themes are paid-for premium themes and they give you support since you paid for the theme.
    You can uncheck the redirect option, but that is not always a desired solution.

    The problem is caused by my plugin. It is something I can try to fix.
    The form POST action in my plugin being processed at the same time the page content prints from the shortcode. I designed that part wrong.

    Shortcode is not supposed to handle form processing logic. The form needs to process earlier on during WP init, separate from the time the page content prints from the shortcode.

    This plugin has so many features it will take me quite some time to rearrange all the code properly. I started working on it, but do not know for sure when it will be fixed.

    FSCF plugin version 3.1.7.2 resolved the problem

    Thread Starter lordspaceman

    (@lordspaceman)

    Great stuff Mike. Thank you for your responses. I take a look at the new version and let you know if it works.

    I have updated to 3.1.7.2 and my form is still submitting very slow. I am getting the email to my inbox before the page ever refreshes for the end user.

    Go to http://icatsbeta.com/code/contact/ to check it out.

    Here’s a work around. I downloaded and installed the WP Mail SMTP plugin, inputted my email settings in that plugin to have it send the form to me through SMTP. Didn’t change anything in the FSCF settings. Works great now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Form doesn't refresh once submitted’ is closed to new replies.