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

Settings PropertyEditorUI for mapping fields. #1337

Open
enkelmedia opened this issue Dec 16, 2024 · 0 comments
Open

Settings PropertyEditorUI for mapping fields. #1337

enkelmedia opened this issue Dec 16, 2024 · 0 comments

Comments

@enkelmedia
Copy link

enkelmedia commented Dec 16, 2024

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:

Property Field
Firstname --Choose Field--
Lastname --Choose Field--
Company --Choose Field--
Email --Choose Field--

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-editor but here the "left side" is not predefined.

image

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants