Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Rachel,It doesn't look like you are selecting anything with your CSS. Go ahead and remove the @import statement. You need to select the marketo form inside you CSS with this selector: .mktoFormAdd this code to your CSS file:.mktoForm { font-family:'Pontano Sans', sans-serif !important; }If that ...
Rachel,Try adding this code to your CSS file at the top: @import url(http://fonts.googleapis.com/css?family=Pontano+Sans);Also, did you place the first code I gave you as the first element of the section of your page? It should look like this:your other code...
Have you added the code for this font to your external landing page? If not, here is the code to add:Also, try removing the comma after "sans-serif" so it reads: font-family:'Pontano Sans', sans-serif !important;
Hi,Not sure if this issue has been resolved, but I am experiencing a similar issue. The only forms that seem to be effected are the form that I used custom CSS for. I tested a form with no custom CSS and it works fine in IE8. Any suggestions as to what could cause the problem.
The form is working on all major browsers except IE8. When I try to view the form on IE8, it just crashes. Any information on why this would be happening?Thanks
Okay I found the issue. All I had to do was add "https:" to the URLs in the embed code. Once I added that to both URLs, the form appeared fine. Thanks
I created two different forms that both show fine with Preview, but do not show at all when I place the Embed code within a webpage. I used custom CSS to style the form so I'm not sure if that is causing any issues or not. I'm getting these errors when I try to open my webpage. Currently the only it...