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

Allow to configure custom submission message heading #1747

Open
susnux opened this issue Oct 16, 2023 · 2 comments
Open

Allow to configure custom submission message heading #1747

susnux opened this issue Oct 16, 2023 · 2 comments
Labels
1. to develop Accepted and waiting to be taken care of design Related to the design enhancement New feature or request feature: 📝 submitting responses

Comments

@susnux
Copy link
Collaborator

susnux commented Oct 16, 2023

Follow up on #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 susnux added enhancement New feature or request 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Oct 16, 2023
@Chartman123 Chartman123 added 1. to develop Accepted and waiting to be taken care of design Related to the design feature: 📝 submitting responses and removed 0. Needs triage Pending approval or rejection. This issue is pending approval. labels Oct 17, 2023
@Chartman123
Copy link
Collaborator

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.

@susnux
Copy link
Collaborator Author

susnux commented Oct 26, 2023

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 🙈
Sound quite good :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of design Related to the design enhancement New feature or request feature: 📝 submitting responses
Projects
None yet
Development

No branches or pull requests

2 participants