Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @Richard_VAN, I got this issue when the fields other than First name, Last name and email address added on zoom form. After removing fields, sync worked fine. Other than that, restablish the connection.
Hi @rross1CY., please share the HTML and after that we will guide you. Otherwise here is the best practices1. Update the existing icon with new icon but make sure they are in same size2. If you are using td structure in icons then you have to add new td otherwise it will be same as that of others. L...
Congratulation @SanfordWhiteman ...
Hi @Alyssa_Pacheco, I have checked the code and found that this section is following table layout. It means column width is given to the table element. To fix this issue, we have to add the width to the TD and add table inside the TD. Let me know if you want me to fix the same. Thanks,Disha
Hi @kenmckown please share the HTML of email template.
Hi @kavin2312, I have checked your code and found that the code is not following the Marketo standards. Because of this, you are facing this issue.To resolve this, please follow below criteria1. There will be one "mktoContainer" and all modules will be in this container.2. if this class is defined a...
Hi @SanfordWhiteman, we were using Marketo form for registration but I got a registration error in Marketo. After troubleshooting, I found that client selected some of the fields which were not mapped with Marketo fields. After removing those fields in zoom, everything worked fine. This is the reas...
Hi @MuhammedSuhail, Did you add the pre-header code or is it Marketo by default functionality?
Hi @kimburditt, I had a same integration in our instance. There are 2 reasons1. Registration error came if fields in zoom form are not mapped to Marketo but those fields are required. Please use First name, last name and email address which is a good practice.2. If you are the owner of the webinar t...
Hi @kenmckown, please check the below code