SanfordWhiteman

SanfordWhiteman

Contact Me
Online Status
Offline
Date Last Visited
yesterday
Level 10 - Community Moderator
I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors. I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible! Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Joined the community 23-07-2014
Rank Icon Level 10 - Community Moderator
Chief Technologist
New York City
  • solved badge Re: Checked checkbox = false

    @James G Simple stuff: form.onSubmit(function(form){ form.vals({ My_Checkbox__c : ( 'yes' == form.vals().My_Checkbox__c ? 'no' : 'yes' ) }); });Demo here.

    image_type
    Discussions
    3170 1 0
  • solved badge Re: Flow for fills out form embed on a microsite isn't working - do I ...

    Munchkin won't affect the FoF activity. What do you see in the Activity Log for a lead who fills it out?

    image_type
    Discussions
    2659 0 0
  • Re: Expiration links in Marketo

    Still doable. Create two fields `DownloadEligibilityStartDate` and `DownloadAttemptOffsetDays`.Set the `Eligibility` in a flow step when somebody is sent the email.When they hit the form, set the `Offset` to the days between now and `Elig'ty`. Use Advanced Thank You to send them to the Download pag...

    image_type
    Discussions
    3450 1 0
  • Re: Sending secure emails using Outlook Add-in/Is it possible?

    @Greg L that's interesting that it passed your internal audit (because it probably wouldn't pass ours!). Would you mind contacting me (sandy@figureone.com) and maybe we could talk for a second about your rules/regs?

    image_type
    Discussions
    1798 0 0
  • Re: Blocking Select Countries from Form Completion

    I wouldn't say it needs any code. Just an Inferred Country-based Segmentation that finds if a lead matches one of your Allowed Inferred Country values. Then the Landing Page either displays the download link or not.This will not stop malicious users from hitting the direct link to the asset if they...

    image_type
    Discussions
    1293 0 0
  • Re: Landing Pages Look Different In Internet Explorer/Chrome -- Proble...

    @Stephen S There are enough very different IEs in the wild right now that you can't just say "IE." If you are forced to support IE 8 (let alone IE 7) opacity is known to be pretty wack. However, modern IE has no problem at all keeping up with the Chromes and Firefoxes. What exact version of IE ar...

    image_type
    Discussions
    1215 0 0
  • Re: Expiration links in Marketo

    @All - A trick to accomplish this uses the Advanced Thank You feature of Forms 2.0. Using this feature, you can check to see if a form field is in a date range and have the final URL change automatically.So first create a custom field in Marketo called formPostDate or whatever. You need only have ...

    image_type
    Discussions
    3450 0 0
  • Re: Dashboarding with Leftronic SOAP API issues

    Seconding @Jep, it really doesn't make sense to expect any old remote query of a transactional db, with the additonal overhead of a Web API, to perform acceptably. For some queries yeah, but for others you want your dashboard to be querying a data warehouse. Maintain that warehouse yourself using ...

    image_type
    Discussions
    860 0 0
  • Re: Sending secure emails using Outlook Add-in/Is it possible?

    AFAIK the connection between the Outlook Add-In and Marketo uses HTTPS. This means that part is as secure as the connection between Outlook and Exchange. However as @Josh well points out, the subsequent connection will not be secure as Marketo is using public SMTP to send to the recipient (just as...

    image_type
    Discussions
    1798 0 0
  • Re: How to add onclick attribute to the submit button?

    As @Max S says, hook the onValidate event.Another simple, runnable example here.Note the Marketo Forms 2.0 object model/API is an enhanced wrapper around a real HTML

    . This is great because it allows you to use standard behaviors (such as the native onSubmit event) and interrogate the form element
    ...

    image_type
    Discussions
    2029 0 0

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!
  • Applaud 2000 Applaud 2000 Earned on 2.08.21 Earned by 1 people Select to learn more
  • Validate 500 Validate 500 Earned on 11.04.22 Earned by 2 people Select to learn more
  • Prowess Prowess Earned on 2.10.21 Earned by 7 people Select to learn more
  •  Artisan Artisan Earned on 2.10.21 Earned by 7 people Select to learn more
  • Originator Originator Earned on 2.10.21 Earned by 21 people Select to learn more
  • Publish 100 Publish 100 Earned on 10.05.21 Earned by 3 people Select to learn more
Public Statistics
Name
Location New York City
Personal web page https://blog.teknkl.com
Date Registered ‎07-23-2014 11:52 AM
Date Last Visited yesterday
Total Messages Posted 25,647
Total Tags 671
Likes Received 12325