Post forms from plain HTML.
Point a <form action> at your endpoint and submissions land in LinkyCal, validated, spam-checked, and piped to your workflows. No JavaScript required, or fetch from any framework when you want your own UI.
Native HTML form
No JavaScript, no server code
<!-- LinkyCal native form endpoint --> <form action="https://linkycal.com/api/public/forms/acme/contact/submit" method="post"> <input name="full_name" /> <input name="email" /> <button>Send</button> </form>
Native HTML, zero JS
Set the form's action to your LinkyCal endpoint and POST. That is the entire integration.
Or fetch from anywhere
Submit with one fetch from React, Vue, or vanilla JS and keep your own markup and validation.
Spam & workflows built in
Honeypot and timing checks block bots, and every submission can trigger emails, tags, and webhooks.



