Copied to clipboard

Flag this post as spam?

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


  • Hundebol 167 posts 314 karma points
    Feb 06, 2019 @ 08:38
    Hundebol
    0

    Magic strings not updating

    Hi umbracians,

    Recently been using Umbraco Forms, where logged in members can fill out the forms I have. The form sends an email to me, but should also send af copy to the member. For this i use Magic strings: https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/Magic-Strings/

    Specifically i insert

    {member.email} 
    

    into sender email in workflow. This works - right until the member changes their email address! The changed email address is not changed in the Magic Strings - it's like they are cached.

    I've tried changing the settings in UmbracoForms.config to:

    <setting key="DisableFormCaching" value="True" />
    

    The email does change, however, after some hours but not instantly

    I can see there have been bugs with magic strings before, but they seem to be fixed: https://issues.umbraco.org/issue/CON-1458

    Is this something others have noticed, and might it be a bug?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies