Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That's not possible in Marketo at the moment. I created this idea long ago, you can vote for the same:
For that you have to use java script. You can find an example here:https://developers.marketo.com/rest-api/assets/forms/examples/
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
If you really want to change it, the work around will be, creating a new field, and ask Marketo support to merge the old field in the new field and keep the old field values.
Since you just want the opportunity information available in Marketo for smart list and trigger campaigns not for any attribution reporting, the simplest way would be using the custom object. Feed all the opportunity data in a Marketo custom object. With a custom object you should still be able to a...
I can see that you are using bootstrap framework to make your page responsive. So better to use the bootstrap classes to make the image responsive rather adding your own CSS. You can find more details here on how to make image responsive using bootstrap:https://getbootstrap.com/docs/4.3/content/imag...
It depends on the user role. If you have allowed them to by-pass SSO, they can login. Otherwise you have to provide them the interface to your system to login with SSO. It will not automatically redirects you to a SAML sign in page.Like we use Mircosoft Azure to manage SSO. So all users other than A...
No, Marketo doesn't have an API for this right now. Try reaching out to Marketo support or your CSM, they might be able to help you out here.
You have to use a filter in the smart list of the smart campaign to skip the user from receiving the email. But in case you have multiple flow actions in that smart campaign and you just want to skip this particular flow actions which is sending email, you can create a separate smart list for these...
Hi Josh,Thanks for the suggestion but the problem is that before merging the fields, you have to remove all the dependencies and then you have to update it back after the merging. Sometimes, this become a tedious exercise and kind of impossible to do it manually.