// Integration Protocol
Setup in seconds.
No SDKs. No dependencies. Just a standard HTML form pointing to our API endpoint. We handle the rest.
index.html
<form action="https://saveform.io/api/submit/ID" method="POST">
<input name="email" type="email" />
<textarea name="message"></textarea>
<!-- add any fields you need -->
<button type="submit">SEND</button>
</form>