How to set sender email field dynamically while creating email handler using formulate
I have added custom login and register page on umbraco using MVC framework
Created "Property information" form using formulate
While creating email handler (see below screenshot) for "Property information" form, I want to set 'Sender Email' field value as logged in user email address so how should I set sender email field value dynamically for email handler ?
You'll want to look at the section titled "OPTION 2: DIFFERENT EMAIL PER PAGE". Instead of setting it per page, you'll set it based on the logged in user.
How to set sender email field dynamically while creating email handler using formulate
I have added custom login and register page on umbraco using MVC framework
Created "Property information" form using formulate
While creating email handler (see below screenshot) for "Property information" form, I want to set 'Sender Email' field value as logged in user email address so how should I set sender email field value dynamically for email handler ?
Sorry for the late reply. In the future, I recommend posting to this forum for a quicker response: https://our.umbraco.com/packages/backoffice-extensions/formulate/formulate-questions/
This article should answer your question: https://code101.net/code-101/dynamic-email-recipients-with-umbraco-formulate
You'll want to look at the section titled "OPTION 2: DIFFERENT EMAIL PER PAGE". Instead of setting it per page, you'll set it based on the logged in user.
is working on a reply...
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.