we’d like to have some support for two flavours of FORMS.
Note Forms
- scriptable things
- define whatever fields you want the user to input
- and their mapping to the backend.
Data Forms
- simpler forms that just accept data (feedback/quiz style)
- no scripting needed
We implemented that in ⏰ Forms which went successfully but still need to do the other flavour. This also meant we mostly implemented 📝 need to redo attachments now support
Todo
need to distinguish
- between “show during form rendering” and “show when viewing internally”. Right now it’s all shown in both places. Do we need a “Form:Markdown”?
- I wanna make graphs with the data directly!!