---
urn: "urn:penemure:5ed982ec-804b-48d5-b3c6-d243db39739d"
backend: "pub"
ancestors:
- 📁 Penemure
created: 2025-01-21 11:11:18.347657+00:00
updated: 2025-02-10 12:48:29.869118+00:00
tags:
milestone: "1.0"
---
# 📁 Forms
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
- [x] simpler forms that just accept data (feedback/quiz style)
- [x] 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!!