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

FEATURE: Make FormValues directly available in EmailFinisher template #122

Conversation

bwaidelich
Copy link
Member

Adjusts the EmailFinisher so that formValues are available as placeholders
directly (i.e. without requiring the formValues.* prefix).

That allows the EmailFinisher to be used the same way as the ConfirmationFinisher.

Note: This change is backwards compatible since the formValues. prefix is
still supported.

Resolves: #121

Adjusts the `EmailFinisher` so that formValues are available as placeholders
directly (i.e. without requiring the `formValues.*` prefix).

That allows the `EmailFinisher` to be used the same way as the `ConfirmationFinisher`.

Note: This change is backwards compatible since the `formValues.` prefix is
still supported.

Resolves: #121
Copy link

@paavo paavo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This works pretty good together with CKE5 placeholder insert plugin neos/form-builder#46
Thanks very much @bwaidelich 👍

@paavo
Copy link

paavo commented Aug 18, 2020

Sorry for asking again 🙈
Any information when this PR will be merged?
cant wait to enable the placeholder insert feature

@daniellienert daniellienert merged commit 3ba1c8d into master Aug 19, 2020
@daniellienert daniellienert deleted the feature/121-make-EmailFinisher-formValues-directly-accessible branch August 19, 2020 20:42
@daniellienert
Copy link
Member

@paavo, done

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

Successfully merging this pull request may close these issues.

Make FormValues directly available in EmailFinisher template
3 participants