• I have a landing page with a submission form in Optimize Press and it seems to have trouble submitting when cache Enabler is on.

    When I first enable the cache it works fine, sometimes for a few days, then the form submission “breaks” and Optimise Press gives an “Invalid response” error whenever the page is submitted.

    From that point the form will not accept any submissions and keeps giving the same error until I de-activate cache enabler and refresh the landing page. This seems to fix it.

    I have tried excluding the landing page in CE using the post ID but it doesn’t help.

    Is there a way to debug this? Or skip it just for this submission process? I like Cache Enabler and want to use it on the rest of my site.

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

Viewing 1 replies (of 1 total)
  • Hi there!

    It looks like the form needs an ID that’s embedded in the HTML to successfully submit the form. So the page has to be excluded from cache so this can be newly generated on each visit.

    As excluding by page ID didn’t work out for you, you could give exclusion by path a try. For that you put a regular expression like the following in “Regexp matching page paths that should not be cached”:
    /^\/how-to-run-a-full-time-massage-business-2\//

    It would also be interesting to know if this also breaks after a successful form submission? If it does not, then the generated ID is likely good for a few days and then needs renewal. In that case you could also specify a cache expiry time of something like 12 hours to have the page (all pages) renewed every now and then.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Error in OptimizePress when using cache enabler’ is closed to new replies.