MakeTheForm
  • 👋Welcome to MakeTheForm
  • Getting Started
    • Installation
    • Reserved Names
    • Premium Features
      • File Attachments
      • Webhooks
Powered by GitBook
On this page
  1. Getting Started
  2. Premium Features

File Attachments

This is a PREMIUM feature. You must have a membership to use this feature.

<input type="file" name="attachment" />

You must add enctype="multipart/form-data" to your form, as seen below.

<form action="https://maketheform.com/api/submit" method="POST" enctype="multipart/form-data">
    ...
    <input type="file" name="attachment"/>
    ...
</form>
PreviousPremium FeaturesNextWebhooks

Last updated 11 months ago