Settings PropertyEditorUI for mapping fields. #1525
enkelmedia
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I often tend to need a way to map known properties against fields in the form.
Some examples:
Integrate with CRM X
In this scenario we know that we want to collect Firstname, Lastname, Company and Email, on the workflow I would like to offer the editor to choose the mapping in a nice way.
Integrate with Campaign tool Y
In this scenario we know that we want to collect Name and Email, on the workflow I would like to offer the editor to choose the mapping in a nice way.
It would be really nice if there was a Property Editor UI that we could feed with these "known" properties and that would show them together with a form field dropdown so the editor can "map them".
Basically a table like so:
I did look at the docs https://docs.umbraco.com/umbraco-forms/developer/extending/adding-a-type/setting-types but as I understand it there is no such thing today?
The closest thing I could find was
forms-field-mapper-property-editorbut here the "left side" is not predefined.I'm basically looking for something like this but where the left side i a predefined property with maybe alias (for code) and label (for UI).
Beta Was this translation helpful? Give feedback.
All reactions