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 ...
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 erro...
@SanfordWhitemanAny 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 ...
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 sav...
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 orde...
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 v...
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","Fr...
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 a...
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 attac...
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 translateMkto...