Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-04-07 | site: add visual feedback on survey submission | stuebinm | 1 | -2/+19 | |
After a submission, the survey will now either redirect to a "thanks for your answers!"-site (if the POST request had status 200) or else display some kind of error message. | |||||
2021-04-05 | site: add headers for survey POST request | stuebinm | 1 | -2/+8 | |
2021-04-05 | load survey from (and submit result to) path given as fragment | stuebinm | 1 | -18/+30 | |
syntax: http(s)://domain.tld/path/to/file/index.html#[upload url] The upload url may be relative to the site's position, or absolute. Survey results will be POSTed to [upload path]/upload. |