Form Backend for Modern Apps
Connect your HTML forms with a single attribute. No backend code required.
Quick Example
<form action="https://formtorch.com/f/your-id" method="POST">
<input type="email" name="email" required />
<input type="text" name="message" required />
<button type="submit">Submit</button>
</form>That's it. Submissions appear in your dashboard and inbox.