Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
check if you have a valid sender email in the respective field. if it refers to a token, check the latter for validity. if the sender email is missing nothing will happen when sending out Test Samples.
Hi Janice,just an idea... if you have a Landing Page Template where you can disable sections, make sure there's no Form pulled into those sections before "disabling" them.That disabling mechanism is often achieved with a simple display:none inside the HTML, which might not work if theres a form insi...
*raising hand*(I already followed you)
yeah and works only as long as you dont change the title within the token, which will change the ics file name.
I just hope theres some more control over it. I dont want to have to schedule 24 hours ahead because of a Person on the other end of the world.
some Tips, but don't take them literally - just to give some guiding rails from the top of my head...1. set the mktoForm to 100% width, possibly with a max-width of e.g. 1000px2. set the mktoFormRow to 100% width3. set the mktoFormCol to 48%ish for 2 columns, 31%ish for 3 columns, add some spacing i...
Hi Alex,it is pretty costly on API calls.You might look for embedding Marketo forms via iframes instead.You will probably need someone JavaScript savvy to assist you for turning that around. There will be loads of pitfalls around cross site scripting, responsiveness etc.BestUlf
Hi Ayca,my guess is thatthe landing page contains specific form styling info orthe forms custom CSS contains specific styling info -> " Edit the CSS of a Form Theme - Marketo Docs - Product Docs "or a mix of boththat overrides your manual settings. This is actually not a bad idea to somehow hardcode...
Hi Dan,deducting from your own mail server behavior is comparing apples with pies, since your mail server acts much more protective when it receives emails that were supposed to be sent from itself, but obviously weren't.That's one of the primary reasons why you need to whitelist the IPs.