Untitled

mail@pastecode.io avatar
unknown
plain_text
4 months ago
378 B
1
Indexable
<section class="form-container">
    <form id="front-chat-email-form" class="form" method="post" action="">
        <label for="email">Email:</label>
        <input type="email" id="email" name="email" required>
        <input type="hidden" name="action" value="create_front_contact">
        <br>
        <button id="submit" type="submit">Submit</button>
    </form>
</section>
Leave a Comment