Send files with pure HTML
If you also want to send files along your data, it doesn't get much more complicated. All you need to do is to make sure you use enctype="multipart/form-data"
and additional file input fields:
That's it. The file will get uploaded and you'll get access to all the data via email or the dashboard.
Last updated