Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Is there a way to fetch the website content directly to the Marketo email?
Hi Sanford,I have the same issue for our Marketo Landing page. To solve this we need to add response.setHeader("Set-Cookie", "HttpOnly;Secure;SameSite=Strict");Found this in javascript - SameSite warning Chrome 77 - Stack Overflow Can you please let me know where I need to put this in Marketo?Thank ...
Thank you San.. yup.. I have searched and thought like to save the details directly to the database without a hidden form.
Can anyone know how to submit a lead using Forms 2.0 JS API (on the client side) to the Marketo database directly, when someone submits Drupal form?
Thanks for your suggestion.. San..
Can anyone have a suggestion to submit custom form data using REST API to the Marketo form fields ?
Thank you San, This is the code I added.
Hi,I am searching to integrate custom html form with marketo form and found the link -> https://www.websightdesigns.com/creating-custom-marketo-forms I have implemented this and When I try to add a thank you message on the same page after submitting the form , the message is showing but the page get...
Hi San,Yes.. country, city etc. We need to know the visitors location. We have to display list of items in our website based on the location (country, city) where the visitors came.
Is there any way to get the user location using REST API ? I have investigated the same in Marketo doc but couldn't find a solution.