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 encountered a CSRF token error when submitting the contact form on the "Contact Us" page. Here are the details:
Steps to Reproduce:
Navigate to the "Contact Us" page.
Fill in the required fields (name, email, message, etc.).
Click the "Submit" button.
Expected Behavior:
The form should submit successfully, and a confirmation message should be displayed.
Actual Behavior:
An error message appears: "CSRF token request failed." This prevents the form from being submitted.
Environment:
Browser: [e.g., Chrome, Firefox]
Operating System: [e.g., Windows, macOS, Linux]
Version: [e.g., app version]
Additional Information:
Screenshots of the error .
Any relevant logs or console output.
Suggested Solution:
It seems there might be an issue with the CSRF token generation or validation process. Checking the implementation and ensuring that the CSRF token is correctly included in the form could resolve this issue.
Record
I agree to follow this project's Code of Conduct
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
Title: CSRF Token Error on Contact Us Page
Description:
I encountered a CSRF token error when submitting the contact form on the "Contact Us" page. Here are the details:
Steps to Reproduce:
Expected Behavior:
The form should submit successfully, and a confirmation message should be displayed.
Actual Behavior:
An error message appears: "CSRF token request failed." This prevents the form from being submitted.
Environment:
Additional Information:
Suggested Solution:
It seems there might be an issue with the CSRF token generation or validation process. Checking the implementation and ensuring that the CSRF token is correctly included in the form could resolve this issue.
Record
The text was updated successfully, but these errors were encountered: