Feedback about submission tailor

Hello,

I’m testing the 4.4 and form submission handled by tailor. It’s great to see user submission handled by core team using tailor :+1:

After some tests, I have small feedback / feature request about it to make it even more flexible :

  • Add an option to make record entry not editable.
    When you collect product comment, or user feedback, it’s OK to be able to edit it on backend. But when you collect contact form, it make non sense to be able to edit the form submission. An option like preventEdit: true would be a great addition
  • Allow to contact a list of email address directly
    notifyGroup is great, but for a contact form, it’s a quite common use case to send the result of the form to an email address that is not an admin of the website, so being able to directly list one or several email address on the blueprint definition would add some flexibility
  • Add an option to not be able to add new submission from the backend
    Again, when submission is a product feedback or comment, it can be usefull to be able to directly add it from backend. But when it’s a contact form, it make non sense. So an option to disable the add button would be great
  • Remove validation workflow. Same here, very usefull when it’s for user feedback, make non sense for a contact form
  • Add submitted data (or ID of the created record) in a session because it’s a quite often use case to redirect the user to another page after submission, with the need to display some just submitted informations.

Thank you

1 Like