WordPress is a free, open-source website creation platform.
Start collecting data in a matter of clicks.
Let Formspark take care of the servers, databases, and analytics.
Set up any form in seconds.
PHP-friendly
<!-- Paste into a Custom HTML block; no plugin or theme edit required. --> <form action="https://submit-form.com/your-form-id" method="POST"> <label> <span>Email</span> <input type="email" name="email" /> </label> <label> <span>Message</span> <textarea name="message"></textarea> </label> <button type="submit">Send</button> </form>