-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Give a brief about the bug ✍️
📋 Description
The Contact Us form is currently throwing the following error upon submission:
This issue occurs due to a missing or misconfigured access_key required by the external form handling service (e.g., Web3Forms, Formspree, Getform, etc.).
✅ Tasks
- Inspect the current form action and method
- Add the missing hidden input field:
<input type="hidden" name="access_key" value="YOUR_ACCESS_KEY_HERE">
- Retrieve and configure a valid access key from the third-party form provider
- Test successful form submission
- Ensure error/success messages display properly
- Optionally, switch to backend form handling if preferred
🧪 Steps to Reproduce
- Go to /contact or the Contact Us page
- Fill out the form and hit submit
- Observe the error message:
"Form must include an 'access_key' field. Visit Docs for help."
🔖 Priority
- High
What is the expected behavior? 🤔
Description
Provide step by step information to reproduce the bug 📄
Description
Select program in which you are contributing
No response
Code of Conduct
- I follow CONTRIBUTING GUIDELINE of this project.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status