So i’m working on my portfolio page, and I get to the part where I have people fill out a form and submit it. So I use my google-fu and start coding something, only to realize that codepen doesn’t support PHP. So I started google-fu-ing some more and eventually settled on a website that let me used google sheets. Only now when one submits it takes you to a blank screen. So I searched some more and am stuck. I’ve been doing this for like a day and a half and I’m about ready to give up. Here’s my code for the form:
<div class="form">
<center><form id="gform" method="POST" action="https://script.google.com/macros/s/AKfycbxMUfDB2TPCeDTZ23YBgMasZrAuKXe7wPn4IOYlQUq5M-KTndA/exec">
<input name="name" type="text" placeholder="name"></center>
<br>
<center><input name="e-mail" type="text" required placeholder="e-mail address"> </center>
<br>
<center><textarea cols="50" rows="4" name="comment" placeholder="comment"></textarea></center>
<br>
<center> <button type="submit" name="redirect">Send me cat treats!</button>
<button type="reset">Reset</button><center>
</form>
Someone please dear god help me