Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
What you want to do with regards to checking the field values like business address will require using the Marketo Javascript API http://developers.marketo.com/javascript-api/forms/ For the customised greetings, you can do this from the form edit area. There is a section called "If known Visitor, ...
Agreed Grégoire Michel and good point. If you can let your web team add the code to their css files it means they can be responsible for it otherwise if they update styles on the website the buttons and any other styles you have on your forms will suddenly look odd and out of place until you updat...
Jenna Molby made a fantastic blog post about creating Email 2.0 templates that should help your whole team as a reference. http://jennamolby.com/how-to-create-marketo-2-0-email-templates/
Have you got all your module sections wrapped in a master container?
******All your module sections should go in here****** |
Did you add the color through the custom css area on the form editor? Also make sure to make all your styles "!important" so that they don't get overwritten. See example.Edit the CSS of a Form Theme - Marketo Docs - Product Docs.mktoButton { color: #FFFFFF !important; width: 185px !important; ...
I've seen a couple of fixes for this type of issue. Try adding a table around the link text
Learn more |
Jeannine Croteau Have you activated the content in the stream. The email may be approved but you need to right click and activate it in the stream or it wont be sent.
Has this worked perfectly for you? Seems like a good idea.
Any word on this coming Marketo?
Thanks Josh Hill and Macarena Lopez Mazzeo, some great info and stuff to look at.