• Resolved lazarkoo

    (@lazarkoo)


    I am having an issue with Litespeed caching and WP Forms plugins.
    I sometimes get this error on form submit – “The form was unable to submit. Please contact the site administrator.”

    I’ve already excluded scripts from the plugin cache
    /wp-content/plugins/wpforms-lite/assets/js/wpforms.js
    /wp-content/plugins/wpforms-lite/assets/js/wpforms.min.js

    JS and CSS minify options are ON, but I had this issue and when they are off
    Since the forms are all on homepage, excluding homepage from caching is not an option, can you please help me?

    When I clear the cache it works again. It happens to repeat once every week, and it’s very frustrating now.

    Thanks,
    Lazar

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

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter lazarkoo

    (@lazarkoo)

    Only it could be Really Simple SSL, I tried to update and deactivate it and tried again with save the LiteSpeed settings, but it still throws me the error. Cleared the cache after deactivating the plugin too.

    Error 403 means there is a configuration at your server that doesn’t allow to request the URL, so it is up to you to check your server or any existing plugin that is responsible for this issue. This is not a cache plugin related issue!

    Thread Starter lazarkoo

    (@lazarkoo)

    Ok, thank you very much @serpentdriver for your help.

    Plugin Support qtwrk

    (@qtwrk)

    this sounds like a nonce issue

    please search data-token in wp forms file , you should see a line of code about wp_create_nonce or wp_nonce_field please share that block of code

    Thread Starter lazarkoo

    (@lazarkoo)

    Hi @qtwrk
    I have found this piece of code only with data-token

    public function add_token_to_form_atts( array $attrs, array $form_data ) {
       $attrs['atts']['data-token'] = $this->get( true, $form_data );
       return $attrs;
    }

    Have not found wp_create_nonce or wp_nonce_field next later where that function has been used.

    Hi @lazarkoo

    Due to inactivity of this topic, I will mark this topic as “resolved”. If you still have such issues (it looks so), please feel free to open a ticket with further information by emailing to [email protected]. Remember to reference this topic and?ask to assign your ticket to?Abe.?I will check into this further from there.

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Conflict with WP Forms’ is closed to new replies.