Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi @mahmoud-ahmed, Earlier, we have worked on this tool and here are my findings:1. In Marketo, you have an option to hide the sections at LP level but this tool does not provide this fexibility2. Also, I have checked the HTML and it is not upto the mark. For your queries, please see my comments in...
Hi @Amod_Kumar_Shar, Send alert means you are sending a real-time alert email to sales owners or to other email addresses (who need not even have records in Marketo), for example when a lead fills out a form Send email means sending email to leads themselves Both types use Marketo email templates + ...
Hi @SaraUsman, Firstly, check you HTML of email by using w3schools validator. If there will be issues, please fix that. Otherwise, you have to add ticket to the MArketo support. Thanks,Disha
Hi @SaraUsman, Please check the same by creating new email. Sometimes, email editor create this type of issues in email. Thanks,Disha
Hi @jeninedns, Please share the HTML where you are facing issue. Thanks,Disha
Hi @Yavor_Todorov, You can achieve the desired result by using the below CSS.mktoFieldWrap { display: flex; flex-wrap: wrap;}label#LbltemporaryEmailOptIn { order: 2;}.mktoGutter.mktoHasWidth { display: none;}.mktoForm .mktoFormRow .mktoRadioList, .mktoForm .mktoFormRow .mktoCheckboxList ...
Hi @Guitarrista82 , Could you please share the link that you have added? Might be, it is domain issue that we need to select in email editor. Thanks,Disha
I have created a Master template in Marketo. Earlier, I was able to approve the same. Now, when I have added the new snippet section then I am not able to approve the draft. I am getting this error. I removed the same section but still, did not get any success. Any help would be appreciated!
Hi @Charlotte_Lfg, For this, you have to add ticket to support, else you can do these trick to find the solution1. Duplicate form in Marketing activities2. Delete UT tracker fields and then clone the form in Design studio Thanks,Disha
Hi @Kalena_Cavanagh, I have checked your code and found that spacing issues are coming due to these reasons:1.
used in place of div tags2. Spacer height in between the element is not defined properly. Please use this code In place of this code Make sure to update the height variable in every spa
...