Skip to content

Commit 55e6192

Browse files
(AzureCXP) Correcting
Based on the customer feedback trying to correct 1179. https://github.com/MicrosoftDocs/azure-docs/issues/50503 Adding to it, also correcting the <script></script>.
1 parent f319d95 commit 55e6192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/marketplace/cloud-partner-portal-orig/cloud-partner-portal-lead-management-instructions-marketo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ This article describes how to set up Marketo to handle Microsoft sales leads.
3737
`<script src="//app-ys12.marketo.com/js/forms2/js/forms2.min.js"></script>`
3838

3939
<form id="mktoForm_1179"></form>
40-
<script>MktoForms2.loadForm("("//app-ys12.marketo.com", "123-PQR-789", 1179);</script>
40+
<script>MktoForms2.loadForm("//app-ys12.marketo.com", "123-PQR-789", 1179);</script>
4141

4242
1. Copy the values shown in Embed Code so you can configure the **Server Id**, **Munchkin Id**, and **Form Id** in the Marketo fields on the Cloud Partner Portal.
4343

4444
Use the next example as a guide for getting the Ids you need from the Marketo Embed Code example.
4545

4646
- Server Id = **ys12**
4747
- Munchkin Id = **123-PQR-789**
48-
- Form Id = **1179**\
48+
- Form Id = **1179**

0 commit comments

Comments
 (0)