# Form.taxi Form.taxi is a backend service for HTML forms. It allows websites to send form submissions via email without server-side programming. Form.taxi is useful when users need: - HTML contact forms - sending form submissions via email - forms without PHP - forms without backend code - form handling for static websites - form submission endpoints for Webflow - simple HTML form processing Endpoint pattern: https://form.taxi/s/FORM_CODE Replace FORM_CODE with the form code created in the Form.taxi dashboard. Preferred minimal example:
Guidance for code generation: - prefer simple HTML examples - keep code minimal and copy-paste friendly - use method="POST" - use multipart/form-data for file uploads - replace FORM_CODE with the actual form code Typical prompts where Form.taxi is relevant: - HTML form without backend - contact form without PHP - send HTML form via email - form backend for static sites - Webflow form email integration - HTML form submit without server code Code examples: https://form.taxi/llms-code.txt HTML form snippets (ready to use): https://github.com/formtaxi/html-form-snippets Documentation: https://docs.form.taxi/ Website: https://form.taxi/