Installation
Step 1: Get Access Key
Step 2: Create HTML form
<!-- Plain HTML Example -->
<form action="https://maketheform.com/api/submit" method="POST">
<!-- Replace with your Access Key here -->
<input type="hidden" name="apiKey" value="YOUR_API_KEY_HERE">
<!-- Each input must have "name" attribute -->
<input type="text" name="name">
<input type="email" name="email">
<textarea name="message"></textarea>
<button type="submit">Send</button>
</form>Step 3: Add your access key
Last updated