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.