Forms - fill out mode #47

Open
opened 2021-01-14 00:43:57 +00:00 by garrettmills · 0 comments
Owner

Now that we can (for the most part) create forms in the editor, we want to allow users to fill out these forms.

Add a special mode to the editor page that only works when the page is a form for filling out that form.

  • No auto-save

  • No real-time collab, &c.

  • Cannot edit nodes, or add new ones

  • Cannot see version menu or node menus

  • Show submit and clear buttons on the bottom

  • When submitted, validate the data according to the field settings

  • Use the DatabaseAPI and its client-side classes for submitting form data

    • Might need a bug in backend to handle permissions
Now that we can (for the most part) create forms in the editor, we want to allow users to fill out these forms. Add a special mode to the editor page that only works when the page is a form for filling out that form. - No auto-save - No real-time collab, &c. - Cannot edit nodes, or add new ones - Cannot see version menu or node menus - Show submit and clear buttons on the bottom - When submitted, validate the data according to the field settings - Use the DatabaseAPI and its client-side classes for submitting form data - Might need a bug in backend to handle permissions
garrettmills added the
Feature Request
Scope: Forms
labels 2021-01-14 00:43:57 +00:00
Sign in to join this conversation.
No description provided.