Failed to load resource: the server responded with a status of 403 ()
Uncaught TypeError: Cannot read properties of undefined (reading ‘repositionOnResize’)
Other Information
Hi, I have a new Infinity Free website. I am trying to create a form with WPForms form builder, but it just hangs with a spinning wheel when trying to load the form editor. The Javascript Console shows the attached errors. I have no other plugins loaded. I’m reading it may have something to do with blocked AJAX requests. Please help. Thanks.
I don’t know enough about WordPress to say of that is the case, but if it is that an AJAX request is being blocked then there probably isn’t a way for it to be unlocked
I don’t know of any immediate reason why WPForms wouldn’t work, but I must admit that I’m not familiar with the plugin.
AJAX requests within the same site should just work. The only reason they might be blocked is because WordPress is rejecting it, or because there is a security rule on the server blocking it.
All of this is hard to check from our end. If you’re familiar with your browser’s developer tools, you could have a look in the Network tab to see what’s the exact URL where the 403 occurs, and if it actually returns a message of some kind, which could help to narrow down where the block originates from.