Quantcast
Channel: eForm – WordPress Form Builder – WPQuark Knowledge Base
Viewing all articles
Browse latest Browse all 139

Adding Exception to Caching Plugins

$
0
0

While, eForm works well with most of the caching plugins, but sometimes, things like file-uploader breaks when the pages are cached aggressively. eForm by default minifies the HTML output, so in some cases, due to double compression some functionality may break.

So solve this, you need to add the following RegularExpression Exception under Page Caching and CSS/JS minification.

  • wp-content/plugins/wp-fsqm-pro/
  • wp-content/plugins/wp-fsqm-pro/(.*)
  • /eforms/(.*)

This should take care of standalone form pages and plugin files. If you have changed the base endpoint of standalone, then you need to change /eform/ to /your-base-endpoint/.

Additionally add the URL of the posts/pages where forms are published through shortcodes.

The post Adding Exception to Caching Plugins appeared first on iPanelThemes Knowledge Base.


Viewing all articles
Browse latest Browse all 139

Trending Articles