This form includes a file upload field and the uploaded file will be an attachment on the email.
Please enter an email address to send the form data to:
<form method="post" action="//sendformapi.com/api/YOUR-API-KEY" method="post">
<input type="text" name="name" placeholder="Your name">
<input type="email" name="email" placeholder="Your email">
<textarea name="message" rows="3" placeholder="Your message"></textarea>
<input type="file" name="file">
<button type="submit" class="btn btn-primary btn-embossed disabled">Submit Form</button>
</form>