You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received many reports recently that after creating a new form and adding it to a landing page, when anonymous users try to submit the form - they are redirected to login page. This is because of the lack of the proper permissions for not logged in users. To fix it, go to Customer User Roles and update Anonymous User Role making sure that "Respond to CMS forms" is checked.
I received many reports recently that after creating a new form and adding it to a landing page, when anonymous users try to submit the form - they are redirected to login page. This is because of the lack of the proper permissions for not logged in users. To fix it, go to Customer User Roles and update Anonymous User Role making sure that "Respond to CMS forms" is checked.
However, because of the confusion, I'll be removing this check in the main controller in the further releases: https://github.com/b2bcodext/cms-form-builder/blob/release/2.2/src/B2bCode/Bundle/CmsFormBundle/Controller/Frontend/AjaxFormController.php#L30
The text was updated successfully, but these errors were encountered: