HTML formHandler(Void(a) fn, a dat, Bool prepost=true)
Arguments
fn: The handler functiondat: Data to pass to the handler functionprepost: Whether to run thePreContentandPostContentfunctions after submitting the form. This defaults to true, but may be useful to disable if the form results are not HTML.
Usage
Set up a form, which when submitted calls fn(dat).