web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

Marketing form submission - option for a thank‑you message and redirect URL?

(0) ShareShare
ReportReport
Posted on by 122
Hello partners, 
 

When a user submits a marketing form, is there a way to display a thank‑you message and redirect them to a new landing page?

In Real‑time Journeys, it appears that I can only select one option.

Any insights would be greatly appreciated.

 

Thank you!

I have the same question (0)
  • Verified answer
    Ronak Profile Picture
    52 on at
    You can add a button and attach the below JavaScript to its onclick event.

    When the button is clicked, a thank-you alert message is displayed, and after a 2-second delay, the user is automatically redirected to the target page.

    JS code:
     
    function redirectToOutlook() {
      showThankYouPopup();
      setTimeout(function () {
        window.top.location.href = "https://outlook.office.com/mail/";
      }, 3000);
    }
    function showThankYouPopup() {
      alert("Thank you! Your submission was successful. Redirecting you to Outlook...");
    }


     
  • NGSD Profile Picture
    122 on at
    @Ronak - thanks for your message. 
     
    I dont see that user interface when I create/edit a form. 
     
  • Verified answer
    Megan V. Walker Profile Picture
    1,856 Most Valuable Professional on at
    @NGSD - i think you are looking for something like this?
     
    So you would add your thank you notification message, then have a script either on the same page where you have embedded the form on your website, added directly below the script you took from the form (after publishing), or you can add the script directly below the </style> tag within the HTML of your Realtime Marketing form. Hope this helps! 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 184 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 125

#3
CU11031447-0 Profile Picture

CU11031447-0 100

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans