Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forms - submit-only view #875

Open
joepio opened this issue Apr 15, 2024 · 0 comments
Open

Forms - submit-only view #875

joepio opened this issue Apr 15, 2024 · 0 comments

Comments

@joepio
Copy link
Member

joepio commented Apr 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant