Hello,
Has anyone been able to embed the code for a Forms Pro survey on a Marketing Form?
I am trying to send non-anonymous surveys using the Marketing emails and segments.
Thanks
Hi @nikoleta,
Yes, we have. It worked fine. Just follow the instructions here
docs.microsoft.com/.../embed-web-page
and don't forget the last bit where you call the renderSurvey function.
Good luck and let us how you get on.
Thanks,
-DD
<script>
window.addEventListener('load', function () {
renderSurvey("surveyDiv", "Bert", "Hair", "bert.hair@contoso.com", "Product Overview");
}, false);
</script>
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156