Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | site: better error messages | stuebinm | 2021-04-08 | 1 | -0/+4 |
| | | | | | | | this includes styling error messages red, and displaying error messages in case not all answers were answered as required (for now, this just means that not selecting any option in radio buttons is disallowed in general, as so far there are no corresponding config fields). | ||||
* | site: sensible sizes for textareas | stuebinm | 2021-04-07 | 1 | -0/+7 |
| | |||||
* | simple forms with simple encryption | stuebinm | 2021-04-04 | 1 | -0/+21 |
this depends on age stuffed into web assembly, which is not yet part of this repository. The idea is to have a web app (which is a static html page + js / wasm) and a set of (optionally encrypted) json files which describe surveys, which the main site can download on demand. |