Front-end form loading issues
-
Hello,
I have created and published a post data form on my client’s website. The form has been added to a page using a Gutenberg block.
The form loads correctly for logged in users, but is interrupted for non-logged in users. A browser username and password prompt is displayed first, but when cancelled the form appears. There is no Apache-based password protection set for this URL.
The following errors are displayed in the browser console:
GET https://www.flagstaff.ab.ca/wp-admin/js/media-upload.min.js?ver=6.2 net::ERR_ABORTED 401
,GET https://www.flagstaff.ab.ca/wp-admin/js/editor.min.js?ver=6.2 net::ERR_ABORTED 401
,Uncaught TypeError: Cannot read properties of undefined (reading 'editor') at (index):638:33
.The wp-admin directory has the following in its
.htaccess
file:<Files "admin-ajax.php"> Allow from all Satisfy Any </Files>
Behavior Method: AJAX
Validation: Onsubmit
Rendering: Load form using AJAX
I have toggled on and off these setting with no success.Security: Enable logged in submission only is disabled
Caching has been disabled with no success.
Any ideas on how to fix this?
Cheers,
The page I need help with: [log in to see the link]
- The topic ‘Front-end form loading issues’ is closed to new replies.