Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi, I followed https://blog.teknkl.com/pre-fill-any-site-any-form/ but this does not seem to be working.Sample url - Untitled Document
Hi Sanford,We've just thought of another potential solution. If we host the landing page on an external page, i think we can secure the client key as well get all of our functionality.The only issue I see is the marketo form pre fill on external landing pages. Your thoughts?
Thank you Sanford.Since using Forms 2.0 JS still doesn't remove the security issue, I guess we cannot use it for this scenario.
Following up from IP Spoofing .Here is the scenario:1. We have a Marketo landing page with a Marketo form.2. API calls are made to an external server to pre fill the form using an api key.3. After user interaction and updates, the Marketo form is submitted.4. API calls are made to the same external ...
Thanks Tony.I'll start a new question with a better question and clear suggestions.
Do you propose the below will work?On the marketo landing page,1. API Call 1 - Get user info based on user email from the external system - Returns an "access token" along with the user info.2. API call response is used to populate the marketo form.3. Marketo form is submitted.4. API Call 2 - Updat...
Yup. We will start again. Do you have a proposed method that will work with Marketo and be secure?
This then defeats what i'm trying to achieve.Is there anyway I can store the API key and secret in marketo and access it securely when I make the AJAX API Calls?
Yup. I have set up the webhook and the custom header. But I can't figure out how to call the GET webhook from the landing page and use the response on the landing page.
Noted.Is there any guide i can use for GET and POST calls using webhooks and Basic Authentication?