#15 - maintainer email template

This commit was merged in pull request #20.
This commit is contained in:
Martin Slachta
2026-06-16 10:33:05 +02:00
parent 2890a9b993
commit 1c2a176d97
3 changed files with 78 additions and 7 deletions
+4
View File
@@ -6,6 +6,10 @@ The form definition is an array of element it contains. Each element has a *type
Keep the form structure and content separate -> when working with the form, take time to figure, if you are working with structure, or existence of something within.
## Rendering
The rendering currently happens on the backend, but that might be wrong. It renders out structure, but interactive components gets rendered on the frontend anyway.
## Submitting
When user submits the form, the `RsvFormSubmitter.js` is called. It collects the values, which we describe in more detail, and then sends it using `fetch` as POST to `reservations/forms/{form_id}`.