Provide means of "picking" magic strings rather than having to know the syntax (for field values, dictionary items etc.) #1504
Replies: 9 comments
-
|
That is a wonderful (and huge) feature request! For now, it's not something we're planning on doing but it's certainly a very user-friendly thing we should look into in the future. 💯 |
Beta Was this translation helpful? Give feedback.
-
|
I don't think this will be a huge request if you disregard tracking. What I'm thinking about is the following:
A bit like adding a form macro to a template. This is a huge help for editors who keep forgetting how the magic strings work and call us for support. |
Beta Was this translation helpful? Give feedback.
-
|
Ha! Okay, maybe huge is overstating it a little bit, but there's quite a significant bit of work that needs to be done to accomplish this 😄 We'd love to! But can't fit it in right now. |
Beta Was this translation helpful? Give feedback.
-
|
This is related to #329 and could be implemented using an external package that allows selecting pre-defined tags (fields, dictionary items, form name, URL, etc.) within text inputs: https://yaireo.github.io/tagify/#section-mix. Like @nul800sebastiaan mentioned, this is quite a significant bit of work though and could be implemented as a new Forms setting field type within a package. |
Beta Was this translation helpful? Give feedback.
-
|
@ronaldbarendse So what I meant is add a small button behind the fields in the workflows that ship with forms (for example: "Send email with template (Razor) email fields"). If you click on that a list appears with all the formfields in the model, if you click on one the alias is placed in the input between curly braces. No validation, no tracking just a way to find the alias. |
Beta Was this translation helpful? Give feedback.
-
|
Renamed this to generalise the requirement and relate to closed issue #329. |
Beta Was this translation helpful? Give feedback.
-
|
We’re doing a bit of cleanup and noticed this issue hasn’t had any activity for over a year, so we’ll close it for now. |
Beta Was this translation helpful? Give feedback.
-
|
@Amalie-Wowern I'm happy to copy paste the request in a new issue but nothing will change and the comments will be lost. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @FransdeJong I will reopen the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When adding a workflow you can use a magic string for example for the recipient Email.
In our case most of the times a editor is working with these workflows and they have no idea about syntax and a field alias.
It would be great if we could have a button behind the input "or choose a field" that shows all form fields for that form and after picking adds the magic string to the input.
This saves us a lot of support and makes the workflows friendlier to work with for editors.
Beta Was this translation helpful? Give feedback.
All reactions