Hi Mates,
How can it shows the unsubscribe email when they click in this marketing page? Seen it could not work? Any solution??
Besides, Is Dynamics marketing got this function, Pause all emails for 2 months??
Thanks
From
Johnson,
Hi Mates,
How can it shows the unsubscribe email when they click in this marketing page? Seen it could not work? Any solution??
Besides, Is Dynamics marketing got this function, Pause all emails for 2 months??
Thanks
From
Johnson,
Thanks Clofly,
The problem solve and have the nice day^^
From
Johnson
Hi Johnson,
Content assist only works in Marketing Email, you could take solution below to show contacts' email address in marketing page.
1. It is required that "Prefill marketing form" field of Contact is set to "Allow".
2. Create a new personalized page record, add emailaddress1 into Fields subgrid.
3. Copy the automatically generated code from step 1 to marketing page.
If there is an embedded form-loader script in source code of marketing page, then we only need to copy window.msdyncrm_personalizedpage and its callback function.
In my page, I append the code after end tag of body.
Add a span element to display emailaddress1 value.
var emailaddress1 = data.Data["emailaddress1"];
document.getElementById("email").innerHTML = emailaddress1;
Result:
Please read article below for more details about how to use "Personalized Page".
https://docs.microsoft.com/en-us/dynamics365/marketing/personalized-page-content
Regards,
Clofly
Sry didn't point out the question clearly.
Can the page detect the email address when they click on this page?
Since the content assist could not work on this page({{ contact.emailaddress1 }}), which could not detect the email? - For the first picture as my mention.
Thanks, Clofly.
Wish you have a nice day^^.
From,
Johnson
Hi Johnson,
As per my understanding, you could enable Double Opt-In for Marketing Form as notification.
https://docs.microsoft.com/en-us/dynamics365/marketing/form-double-opt-in
The notification email will be sent to contact within 2 minutes(as soon as possible), we couldn't schedule the delivery time.
Please kindly point out if I had misunderstood your question.
Regards,
Clofly
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156