Game-Idiots / website

official website of game idiots
https://game-idiots.github.io/website/
MIT License
1 stars 0 forks source link

[NEWSLETTER]: FormSubmit has failed to go to https://game-idiots.github.io/website #9

Open 37397398371280 opened 8 hours ago

37397398371280 commented 8 hours ago

Newsletter: WENT TO: https://game-idiots.github.io/ NEEDS TO GO TO: https://game-idiots.github.io/website

The Code That Failed:

<form action="https://formsubmit.co/e2daeb85f9102b2575aca12bf8933219" method="POST" id="newsletter">
        <label for="email-newsletter">Subscribe to our newsletter:</label>
        <input type="email" id="email-newsletter" placeholder="Enter your email" required>

            <input type="hidden" name="_next" value="https://game-idiots.github.io/website/">

            <input type="hidden" name="_autoresponse" value="sensitively Subscribe">

            <input type="hidden" name="_subject" value="New  Newsletter Submission">

        <button type="submit">Subscribe</button>
    </form>