Robb_Barrett

Robb_Barrett

Contact Me
Online Status
Offline
Date Last Visited
‎11-26-2023 11:21 PM
Level 10
Joined the community 07-01-2014
Rank Icon Level 10
Sr Business Consultant
Tampa, FL
  • Re: Unique Dynamic form - according to buyer journey

    The Developers section has documentation on how to achieve something like this.Basically, here's what you want:form.onSubmit (function() {var vals = form.vals();if (vals.FirstName == 'Robb') {form.vals("IsACoolGuy":"Yes")};});

    image_type
    Discussions
    3732 1 3
  • Re: Prefill by user submitted ID

    I thought that too but I'm moving past that point since he's showing code above that's having a discrepancy. It seems like it's able to pick up the name attributes so my assumption is we're no longer external.

    image_type
    Discussions
    2228 0 1
  • Re: Prefill by user submitted ID

    Someone fancy with JS and JQ wrote that. Sanford Whiteman​ can verify whether that'll work or not, but the traditional way that's in the online examples is to do it this way:MktoForms2.loadForm("//app-XXXX.marketo.com", "123-XXX_456", {{my.Form ID}}, function(form) { form.vals({"Phone":"{{...

    image_type
    Discussions
    2228 0 3
  • Re: Insert tokens into email templates?

    Good point. I always do my emails in programs (templates stored in DS) so I forget to include the obvious.

    image_type
    Discussions
    3581 0 2
  • Re: Embed Video

    For a while I was getting B2B emails all the time hyping the ability to add in video to emails, but very few ESPs allow(ed) this. I never went through with investigating any of them because there was no value in viewing the video in email vs. on the web page. Typically what we did was screen capture...

    image_type
    Discussions
    1915 2 0
  • Re: Prefill by user submitted ID

    Best way I've found to pre-fill embedded forms on external pages is to iFrame in a Marketo page with the form, or take them to a Marketo page with the form which then forwards them to your external page.You can also look at passing the email address in a parameter which is then picked up by a hidden...

    image_type
    Discussions
    2228 0 0
  • Re: Insert tokens into email templates?

    Simply add them into the template. Best way is to edit the HTML for some of the static regions and put them in there, such as {{my.Copyright Year}}, {{my.Bottom Text}}, etc.

    image_type
    Discussions
    3581 0 5
  • solved badge Re: Double opt-in Process for Germany & Best Practices

    Here's a graphic I put together a while ago.Here are some links I've found to German law but, not being a German expert, I'm not positive if this is the best source:Act Against Unfair Competition (Gesetz gegen den unlauteren Wettbewerb, UWG) Bundesgesetzblatt (Federal Data Protection Act)https://www...

    image_type
    Discussions
    6717 2 0
  • Re: Unique Dynamic form - according to buyer journey

    the simple version of this is to create a form for each scenario you described above and then have some evaluation function that will return the correct form ID.Something like:function pickForm() { var formId; if("{{lead.attibute 1}}" == '') { formId = 1; } else ...

    image_type
    Discussions
    3732 0 0
  • solved badge Re: Can I create an alert email that contains form submission data?

    Delete the Sales Owner if there is none, just use secondary.

    image_type
    Discussions
    3326 0 1

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  • Unlock 2 Unlock 2 Earned on 8.02.23 Earned by 30 people Select to learn more
  • Publish 10 Publish 10 Earned on 4.27.23 Earned by 29 people Select to learn more
  • Establish Establish Earned on 2.07.23 Earned by 2344 people Select to learn more
  • Contributor Contributor Earned on 10.14.21 Earned by 280 people Select to learn more
  • Originator Originator Earned on 10.14.21 Earned by 21 people Select to learn more
  • Seeker Seeker Earned on 10.14.21 Earned by 681 people Select to learn more
  • Cultivator Cultivator Earned on 10.14.21 Earned by 36 people Select to learn more
  • Coach Coach Earned on 10.14.21 Earned by 91 people Select to learn more
Public Statistics
Date Registered ‎01-07-2014 09:57 AM
Date Last Visited ‎11-26-2023 11:21 PM
Total Messages Posted 925
Likes Received 1014