Skip to content

[Bug]: Remove “Form must include an 'access_key' field” from Contact Us Page #197

@Durgesh4993

Description

@Durgesh4993

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions