Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you so much Dave! The button looks much better, wider and without that green outline 🙂 LK
Thanks...I just resent and it looks like it was sent successfully this time.
@Dave_Roberts Hello, the width of the button on the form is a little smaller than I would like. How can I make it closer in size to the other buttons on the landing page (regardless of desktop vs. mobile)? Also, how do I remove the border appearing around the button? I've tried adding this code bel...
@Dave_Roberts I've moved this comment to this thread: https://nation.marketo.com/t5/forums/replypage/board-id/product_and_support-discussions/message-id/177729 Hello, the width of the button on the form is a little smaller than I would like. How can I make it closer in size to the other buttons on t...
@SanfordWhiteman I tried private messaging you but am not sure if the message went through because there was no confirmation on my end. Can you please confirm if the message was received? Thank you, LK
Thank you for your help, Dave! I added a little more padding to the logo, from 20px to 35px, but other than that everything looked/worked perfectly 👍.
Thank you for offering your insight, @Jo_Pitts1. Definitely not a silly thought.I was able to fix the initial issue with the data by running a smart campaign in Marketo, but I received a request to transform how the existing values for the custom field appear in emails.Unfortunately, our CRM is rath...
Thank you Sanford! I updated the code as shown below, but am seeing an error when trying to preview it in email. #set( $valueWithoutMarriottPrefix = $lead.subPartner.replaceAll("^Marriott - ","").replaceAll("^","a ").replaceAll("(?i)^a ([aeiou])","an $1") )${valueWithoutMarriottPrefix} What am I d...
Hi Dave, Thanks so much for your help! If I wanted to center the text below the logo and $250 text in mobile view (480px) would I apply the same CSS styling? Thank you, LK
@SanfordWhiteman Hi Sanford, If I wanted to append "a" or "an" to the output depending on if the Sub Partner begins with a consonant or vowel, how would I go about doing that? For example, if the output is "Executive," I would want to append "an," as in "an Executive". If the output is "Select," I...