Create our own workflow that sends an email( it will work like - get data, change it and send to email anonymized)
Create a workflow that will transform data before sending with regular workflow, the disadvantage of this method is that data in the Umbraco database will be anonymous also.
Via Javascript, as you say, but I wouldn't recommend it.
We didnt really find a solution. Because there is no way of knowing what the field is. You can call it whatever you want Name, FullName, RegisteredName.
Anonymising fieldvalues in reciept email
Hello.
We are looking for a way to anonymise fieldvalues in the reciept email sent via. Umbraco Forms to the customer.
We would like to anonymise like so:
Navn: Jo······· Tr······
Phone: 2218······
Email: tr······@gmail.com
It this possible with Umbraco Forms? Where/what do we hook into - and how should it be done. Javascript?
Hi Joachim
There a few ways to do it:
Create our own workflow that sends an email( it will work like - get data, change it and send to email anonymized)
Create a workflow that will transform data before sending with regular workflow, the disadvantage of this method is that data in the Umbraco database will be anonymous also.
Via Javascript, as you say, but I wouldn't recommend it.
Example how to do a workflow - https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
Thanks,
Alex
Hi Joachim
Did you find a solution? Please, share with our community!
Alex
We didnt really find a solution. Because there is no way of knowing what the field is. You can call it whatever you want Name, FullName, RegisteredName.
How can we solve this problem?
is working on a reply...