[OzzModz] Advanced Forms

[OzzModz] Advanced Forms [Paid] 2.2.6 Beta 7

No permission to buy ($40.00)
I had to move the site behind cloudflare due to ddos, and now I'm having an issue with users getting "Please enter a value for the required field 'ip_address'."

This seems to mostly affect fresh users, and I was able to reproduce by clearing all data from a browser and trying to submit a form that way. In my normal browser with saved data, it is working fine.

I realize this is mostly an issue related to cloudflare, but as its happening specifically for submitting forms I was hoping you might be able to point me in the right direction.
 
I was able to figure this out, `$_SERVER['REMOTE_ADDR']` was ending up with 2 ips concatenated with a comma separating. Made some changes to my nginx config to end up with only 1 ip and it worked well after that.

Sorry for the bother :)
 
Back
Top