Join the Webstudio community

Updated 2 months ago

405 Method Not Allowed When Using Web3forms

At a glance

The community member is trying to use web3form to handle sending form information to their email, but they are unable to use webhooks on the free plan. They have embedded the required code into the form as per the web3form documentation, including an access key, subject, and redirect URL. However, they are unsure what the problem is and would prefer to use webhooks to connect to Google Sheets or PHPmailer, but they are not at that level of coding sophistication yet. There are no comments provided, so the summary is based solely on the post content.

Useful resources
I'm trying to use web3form to handle sending form info to my email. I know webhooks are recommended but this solution doesn't allow this on the free plan so it's build using regular form elements.

I used HTM embeed to enter this code into the Form as directed by the web3form docs:

<input type="hidden" name="access_key" value="mykeyvalue4536">

<input type="hidden" name="subject" value="New Submission from X!">

<input type="hidden" name="redirect" value="https://web3forms.com/success">

I also have action="https://api.web3forms.com/submit" method="POST" in the form settings.

Not sure what the problem is. If I knew how to connect webhooks to google sheets or use PHPmailer I would, but I'm not yet at the level of coding sophistication.
Add a reply
Sign up and join the conversation on Discord