Hi Bob,
I just migrated our site to MODX Cloud, to the latest version (2.6.5), after our site was hacked.
Everything's working fine, except the "Disallowed HTTP Referer" error is back with our SPForm 'Contact Us' page.
Might there be a known issue with the SPForm settings and MODX Cloud 2.6.5? I haven't changed anything from the old site, which was working.
Thanks in advance,
Karl Forsyth
Do you still have these properties in the tag?
&chkFormRefNotBlank=`1`
&chkFormRefNotSelf= `0`
&chkFormRefOwnServer=`1`
&spfDebug=`0`
Try this:
&chkFormRefNotBlank=`0`
&chkFormRefNotSelf= `0`
&chkFormRefOwnServer=`0`
Some servers don't set the necessary fields.
Check the &formProcAllowedReferers property of the SPForm snippet (set it in the SPForm tag on the contact page).
[[!SPForm?
&formProcAllowedReferers=`bobsguides.com,www.bobsguides.com`
...
]]