forms icon indicating copy to clipboard operation
forms copied to clipboard

Allow to configure custom submission message heading

Open susnux opened this issue 1 year ago • 2 comments

Follow up on https://github.com/nextcloud/forms/pull/1659

We can maybe allow to configure not only the message but also the heading of the submission message. I see two options:

  1. Add an input for the heading
  2. Extract the heading from the message

I do not like 1. as it introduces not really necessary fields on the DB. For 2 we could use the Markdown and check whether the first element is an heading and if yes then use that one as the heading. I think this makes the most sense.

susnux avatar Oct 16 '23 22:10 susnux

What about omitting the default title as soon as a custom submission message is provided? Then it would be completely up to the Form creator how the sumission message will look like.

Chartman123 avatar Oct 17 '23 07:10 Chartman123

What about omitting the default title as soon as a custom submission message is provided? Then it would be completely up to the Form creator how the sumission message will look like.

Well thats so simple, why did I not think of that :see_no_evil: Sound quite good :)

susnux avatar Oct 26 '23 00:10 susnux