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
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
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:
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?
is working on a reply...