DocPad is a dynamic static site generator. Write your content as files, or import your content from other external sources. Render the content with plugins. And deploy your static or dynamic website to your favourite hosting provider.
* Resolve
* Create `FormInstance`
* Initialize `FormInstance` input fields from URL parameters
* Create Svelte component (`Form`)
* Initialize Svelte component (`Form`)
* If `postOnLoad == true` and all required inputs have values, post the form
* Select response handler and handle the response