Astro.
Astro ships static HTML, which is exactly what Mailan expects. A plain form element is enough; the client script adds AJAX behaviour if you want it.
Plain form, zero JavaScript
The visitor lands on the hosted thank-you page after submitting, unless you set your own redirect target.
Astro
With the client script
One script tag turns the same form into an AJAX submit with success and error states — and adds the drag & drop uploader if the form has a file input.
Astro