• Hi there,

    I have an issue in that with the plugin activated, submitting the contact forms on my website do not work, with the spinner constantly spinning.
    When the plugin is de-activated, the contact forms work but no PDF is sent with the email.

    Can you help, please?

    Thanks, Milap

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Florent Maillefaud

    (@florent73)

    Hi!

    Can you install the lastest version?

    Thanks

    Thread Starter mladwa

    (@mladwa)

    Hi Florent,

    Thanks for the reply… I have re-activated the plugin and the latest version of 4.0.1 is installed, so you should be able to see the issue now.

    Thanks,
    Milap

    Plugin Author Florent Maillefaud

    (@florent73)

    Thread Starter mladwa

    (@mladwa)

    Hi, I’ve read the post.

    I’ve changed the permalinks and when using link: yourdomain.tld/wp-json/contact-form-7/v1/contact-forms/form-number/feedback for my domain, I get the below message whether the plugin is activated or not:

    {“code”:”rest_no_route”,”message”:”No route was found matching the URL and request method.”,”data”:{“status”:404}}

    I’m hosted on Namecheap and don’t have a third party plugin for caching/optimising.

    Thanks,
    M

    I had the same problem, using siteground, even if I disabled all performance features. Since they don’t allow editing the Nginx config, I added the following to my .htaccess file and now the pdfs are working:

    <IfModule mod_rewrite.c>
      RewriteEngine On
      RewriteRule ^wp-json/(.*)$ /?rest_route=/$1 [L]
    </IfModule>

    Maybe it will work for you too!

    Thread Starter mladwa

    (@mladwa)

    @cupcakes99 You legend ?? This has worked! Thank you so very much!

    Thread Starter mladwa

    (@mladwa)

    Also, just realised that for the contact forms that are active/on your website, you have to select whether you ‘enable PDF file operation?’ otherwise you also get the spinner!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Contact form does not submit, spinner constantly spins’ is closed to new replies.