Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(www): Add post method to contact form #37

Merged
merged 2 commits into from
Aug 28, 2024
Merged

Conversation

chris3ware
Copy link
Member

Contact form submissions displayed a HTTP 405 not allowed error. The post method has been added to resolve this and tested locally.

Resolves #36

Before this change a HTTP 405 error was displayed. This change has been
tested locally and now the captcha is displayed and the email is
delivered.
To suppress the no-inline-html check - MD033
@chris3ware chris3ware requested a review from a team as a code owner August 28, 2024 05:16
@james3ware james3ware merged commit 2f968c8 into main Aug 28, 2024
4 checks passed
@james3ware james3ware deleted the fix-contact-form branch August 28, 2024 05:23
3ware-release bot pushed a commit that referenced this pull request Aug 28, 2024
## [3.0.2](v3.0.1...v3.0.2) (2024-08-28)

### Bug Fixes

* **www:** Add post method to contact form ([#37](#37)) ([2f968c8](2f968c8))
@3ware-release
Copy link

3ware-release bot commented Aug 28, 2024

This PR is included in version 3.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Contact form does not work
2 participants