Todd_Sprinkel

Todd_Sprinkel

Contact Me
Online Status
Offline
Date Last Visited
‎11-16-2023 03:55 PM
Level 2
Joined the community 04-10-2019
Rank Icon Level 2
Solutions Architect
New York, New York
  • Re: Using HooshMarketing's Excel Formula Webhook

    I'm not familiar with HM's webhook, but if you are familiar with JavaScript, you can use FlowBoost instead. The community license is free for up to 100k calls/month. It's way more powerful because you can do pretty much anything with it that you can accomplish with JS including calling other remote ...

    image_type
    Discussions
    1570 1 1
  • Re: De-creepifying ZoomInfo FormComplete on Marketo forms

    Hey Sandy, I've discovered an issue with this if one of the fields is managed by Visibility Rules (e.g. State). If I include "State" in one of the ziManagedFields, I get this error:If I remove State from that array, but still have it on the form, I this error:If I remove the Visibility Rule, everyth...

    image_type
    Blogs
    6172 0 0
  • solved badge Re: Forms in Other Languages

    @SanfordWhiteman Any ideas on how to scalably translate any rich text included in a form? It doesn't look it's possible to give those a name, and it comes through in the descriptor like this:[ { "Id": 29708, "Name": "HtmlText_2019-09-16T14:03:23.709Z", "Datatype": "htmltext...

    image_type
    Discussions
    4248 0 1
  • Re: Checkbox field created via API is missing input

    I know this was an old issue, but it is still occurring today. I was able to "fix" this through the UI by changing the field type from Checkbox to Select and back again. Once I saved after that, the input was there. I'm going to create a case with Marketo support to get this bug fixed.

    image_type
    Discussions
    1439 0 0
  • solved badge Re: Forms in Other Languages

    Correct, but I'm only changing the value programmatically if it is already stored in a token or present in the hash, and the session language is set prior to the form load (in order to determine what language to load everything in)--in which case it would be equal to the value I'm setting, and I wou...

    image_type
    Discussions
    5874 0 3
  • solved badge Re: Forms in Other Languages

    Thanks Sandy. Good heads up on the Array.includes. I ended up using Array.prototype.indexOf. While it isn't supported prior to IE9, they decided they didn't need to support older versions.I also took your advice on the variable name--definitely likely to cause some headaches...For anyone else lookin...

    image_type
    Discussions
    5874 0 5
  • solved badge Re: Forms in Other Languages

    Well, I thought I'd be clever and use a hash to override the language preference using this:var supportedLangs = ["English","Chinese","Japanese","Korean","Spanish","Portuguese","French","German","Polish","Italian"];var hash = location.hash.substring(1);var langpref;if(supportedLangs.includes(hash)){...

    image_type
    Discussions
    5874 0 7
  • solved badge Re: Forms in Other Languages

    The language preference is a newly-introduced concept for this global company, so everything will default to English until users begin selecting their preferences. I'd like to be able to translate the whole page again if the user selects a new language preference, but I suppose I could force a page ...

    image_type
    Discussions
    5874 0 9
  • solved badge Re: Forms in Other Languages

    I've got this working on the initial page load, but I'm not sure how to re-render the form if a user changes their language preference (a dropdown field on the form). I tried attaching an event listener to the field, which runs the function, but the descriptor is undefined and I'm not sure how to ac...

    image_type
    Discussions
    5874 0 11
  • solved badge Re: Forms in Other Languages

    Where does this translate function get placed? I'm also confused because you've defined a translateMktoDescriptor function in the sample code, but then there's also a translateMktoForm function that doesn't seem to be defined. I'm also curious how to handle translating select list option labels. I'm...

    image_type
    Discussions
    10036 0 13
Latest Tags
No tags yet

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!
  • Establish Establish Earned on 6.11.21 Earned by 2344 people Select to learn more
  • Boost 1 Boost 1 Earned on 6.09.21 Earned by 3992 people Select to learn more
  • Seeker Seeker Earned on 5.04.21 Earned by 681 people Select to learn more
  • Engage 1 Engage 1 Earned on 3.11.21 Earned by 831 people Select to learn more
  • Give Back 5 Give Back 5 Earned on 2.08.21 Earned by 1282 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 2.08.21 Earned by 1973 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 2.08.21 Earned by 4363 people Select to learn more
Public Statistics
Date Registered ‎10-04-2019 01:44 PM
Date Last Visited ‎11-16-2023 03:55 PM
Total Messages Posted 11
Likes Received 1
Likes given to
Likes from