Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thanks Nichoas, for the additional detail. The picture is becoming clear.FYI, the usecase was to send an SMS to people who registered for in-person event so they can confirm their attendance or to let us know they do not come. Simple answer YES NO Stop would give us a good idea about the actual atte...
We would like to implement two-way SMS integration with Twilio. On the Launchpoint page https://launchpoint.marketo.com/twilio/twilio-sms-for-marketo I found the following information:Marketo provides a cloud app which uses the Twilio SMS Gateway to both send and receive SMS from your leads and cust...
Thank You, Sanford, for your help. Unfortunately your suggestion did not work for me as it is unstable in IE. Even more importantly the button shows "Please Wait" on second form open. I went ahead with a different solution by adding this code to the onSuccess handler, which refreshes the page when t...
Thank You Sanford for kindly pointing the incompatibility. It works in Internet Explorer now.
I have a pop-up form on a Marketo landing page where users can register for a workshop. I have used a technique described here to show a thank you message in the pop-up after user submits a form. So far so good, thanks a lot Sanford WhitemanThere are a few workshop options and a user may want to re...
In your landing page template, you can have two elements that allow you to place a form: This would look like this:
Using the landing page editor, you place two forms on the page (two placeholders will be available on the right), although none of them will be shown initially or in the UI. You will th...Opportunities are read-only in Marketo. You would have to automate this in Salesforce.Pavel
Yes, you have the create the email that will be used as the alert, using email editor. You can use tokens in the alert email, including lead, system and program tokens. The only difference is that the email will not be sent to the lead, but to the specified address.Pavel
Hello Jordan,You could try allowing two forms on the landing page template and placing both forms on the landing page using the Marketo UI. You would use JavaScript to select which form is shown.You would get the additional benefit of having pre-fill available.I hope this helps,Pavel
Hello Jeffrey,use the Send Alert flow step. You would select "None" as the Send To: and you can use a comma separated list of email addresses in the To Other Emails fields. Instead of hard-coding the email address you can use a token. Using a token is handy if you have multiple programs with such al...