Happy to perform your solution … BUT .. Just a quick question/problem.
You state to update to version “8.2.4 or newer” … but I’m only showing 8.2.3 as the newest version available (via WordPress).
How do I obtain the 8.2.4 version?
Thanks! (and TRULY thank you for the quick response!)
Its been transmitted to wordpress svn, but wordpress can sometimes take upto 24 hours to release it.
In the meantime, you can download it from the following link
https://weddingrsvp.pro/wp-content/uploads/2026/07/wedding-party-rsvp-8.2.4.zip
I believe everything you’ve requested has been done/performed.
If you could double-check, it would be appreciated.
Thank you!
when you go to plugins what version are you showing – from my end it looks like you have version 8.1.1 which will not fix the issue. I recommend downloading the plugin from the link in the previous message
WordPress is correctly sending three different signals to prevent CDN caching. Cloudflare is ignoring all of them, which means someone has a Cloudflare Cache Rule or Page Rule set up that forces caching and overrides origin headers.
Also notice: the Cache-Control: no-cache bypass headers you sent on the second request made zero difference — same cf-cache-status: HIT, same age ticking up. Cloudflare is locked into caching this page.
Why this breaks the RSVP form: The plugin embeds a WordPress nonce in the page HTML. Cloudflare serves every guest the same cached copy with the same nonce. After ~12–24 hours that nonce expires and every AJAX form submission fails silently (WordPress returns -1).
Fix — in the Cloudflare dashboard:
- Go to Rules → Cache Rules (or Rules → Page Rules if older setup)
- Find the rule that’s forcing cache on this domain/site
- Add an exception for
/rsvp-2/ with Cache Status: Bypass, or edit the existing rule to exclude that path
The quickest option is a new Cache Rule with higher priority:
- When: URI Path equals
/rsvp-2/
- Then: Cache Status → Bypass
That will let Cloudflare pass through to the origin on every request for that page, so guests always get a fresh nonce.
Are you by any chance on godaddy’s managed hosting?
PLUGIN: I’m using Version 8.2.4 (from your download). That was the first thing I did.
And yes, I’m using GoDaddy Managed WordPress hosting.
I have no Cloudflare dashboard that I’m aware of.
It also appears that GoDaddy’s CDN cannot be toggled.
I have FLUSHED the cache both in the WP Admin as well as in GoDaddy’s settings (have done that prior today’s message as well as after)
Emailing now, I’ve added you as an admin
-
This reply was modified 1 day, 2 hours ago by
bigjohnwc.