atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Forms - submit-only view

Open joepio opened this issue 1 year ago • 0 comments

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.

joepio avatar Apr 15 '24 14:04 joepio