Re: How to display a custom message through Marketo

mounica_tunugun
Level 2

How to display a custom message through Marketo

I want to display a thank you message with out using any code. Is it possible to display thank you message in form settings page.

Tags (1)
6 REPLIES 6
Amit_Jain
Level 8 - Community Advisor

Re: How to display a custom message through Marketo

You can redirect the user to different thank you pages based on the form responses. Check out this doc for more info:

Set a Form Thank You Page - Marketo Docs - Product Documentation 

mounica_tunugun
Level 2

Re: How to display a custom message through Marketo

Just want to display thank you message with in the page with out using redirection.

Amit_Jain
Level 8 - Community Advisor

Re: How to display a custom message through Marketo

For that you have to use java script. You can find an example here:

https://developers.marketo.com/rest-api/assets/forms/examples/ 

mounica_tunugun
Level 2

Re: How to display a custom message through Marketo

with out using any code is it possible directly from marketo?

Amit_Jain
Level 8 - Community Advisor

Re: How to display a custom message through Marketo

No, not without code.

SanfordWhiteman
Level 10 - Community Moderator

Re: How to display a custom message through Marketo

Hi Mounica, like Amit says you always need some code. I tried to make it as simple as possible in this post: Same-page Thank You text with Marketo Forms . You can't get it down to no code, but you can use that standard boilerplate code anywhere.