Caching plugins are essential for improving website speed, but they can interfere with dynamic content like forms. If you’re using Easy Form Builder, caching can prevent forms from submitting correctly, break validation, or cause user experience issues. This guide will walk you through how to exclude Easy Form Builder forms from popular WordPress caching plugins to ensure your forms work reliably.

Why Exclude Easy Form Builder Forms from Cache?
Easy Form Builder is a powerful plugin for creating dynamic forms such as contact forms, registration forms, and payment forms. Since these forms rely on real-time data exchange, caching their output can result in:
- Broken or unsubmitted forms
- Outdated pre-filled fields
- Failure in file uploads or SMS/email notifications
- Incorrect payment or subscription processing
To avoid these issues, it’s essential to exclude any pages or posts containing Easy Form Builder forms from caching.
How to Exclude Easy Form Builder Forms in Popular Caching Plugins
Below are the steps or reference links for excluding URLs/pages from being cached in major WordPress caching plugins.
1. WP Rocket (wp-rocket
)
How to exclude pages – WP Rocket Docs
2. W3 Total Cache (w3-total-cache
)
W3 Total Cache – Exclude pages guide
3. LiteSpeed Cache (litespeed-cache
)
https://bobcares.com/blog/litespeed-cache-exclude-url/
4. Breeze (breeze
)
Breeze plugin – How to exclude pages
5. Hummingbird Performance (hummingbird-performance
)
Hummingbird Docs – Exclude cache
6. WP Optimize (wp-optimize
)
Path: WP-Optimize > Cache > Advanced Settings > Exclude URLs
7. WP Fastest Cache (wp-fastest-cache
)
WP Fastest Cache – How to exclude pages
8. WP Super Cache (wp-super-cache
)
https://wordpress.org/support/topic/exclude-from-cache-using-url-strings/
9. NitroPack (nitropack
)
NitroPack – How to exclude URLs
10. Autoptimize (autoptimize
)
Autoptimize focuses on asset optimization (JS, CSS). Combine with another cache plugin for full page caching. Use plugin-specific exclusions.
11. FlyingPress (flying-press
)
Path: FlyingPress > Settings > Exclude URLs
FlyingPress Docs – Excluding pages
12. Others
Most of these plugins provide an “Exclude URL” or “Do Not Cache URL” option in their settings or advanced panel. Check their official documentation or support page.
Final Notes
Make sure to enter the full or partial path (slug) of the page that contains the form, such as:
/contact-us/
/order-form/
You can always test by submitting the form in an incognito tab or after clearing cache.