Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Joachim Tranberg 3 posts 73 karma points
    Oct 30, 2018 @ 09:00
    Joachim Tranberg
    0

    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?

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Oct 30, 2018 @ 09:16
    Alex Skrypnyk
    0

    Hi Joachim

    There a few ways to do it:

    1. Create our own workflow that sends an email( it will work like - get data, change it and send to email anonymized)

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

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

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Nov 14, 2018 @ 09:23
    Alex Skrypnyk
    0

    Hi Joachim

    Did you find a solution? Please, share with our community!

    Alex

  • Joachim Tranberg 3 posts 73 karma points
    Nov 14, 2018 @ 13:58
    Joachim Tranberg
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft