atomic-server
atomic-server copied to clipboard
Forms - submit-only view
Sometimes you want guests to create instances of some class, without having an account: a submission form.
Tools like Airtable have form editors with a bunch of features:
- Set form name (defaults to class name)
- Select a subset of fields from a class (defaults to all fields)
- Rename fields (without renaming the source property) and descriptions
- Set required attributes (separately from the class)
- Re-order inputs / drag & drop
- Group inputs with group name
- Option to require a password
- Option to require an account with certain rights
- Option for redirect URL
- Option for custom "Thank you" message
- Option for "do another submission"
- Option to "see who submitted responses"
I think we should add most of these features, unless they are very difficult.