Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Sanford! I have a very interesting issue with this method. I'm testing it on a Progressing Profiling-enabled form and the label translation works flawlessly if I view this form in incognito mode and all the progpro fields appear. There is a catch though, the progpro fields have to be defined in t...
Now it's perfect, thank you!The explanation helps a lot as well!
I think the issue still stands. Now running this code on a smaller sample of 20 (still at the same time) continues to return duplicates and one more empty value than it should. Sample: 20 codes, 21 records. Result below:Email AddressLast Unique Code1 2Code63Code184Code185Code176Code57Code128Code119C...
Yeah, it works fine now! Thanks Sanford!I have another concern though, one that might never happen actually but I can not rule out the possibility.So, when I run the webhook on a sample of 60 records (with 45 codes only), many of them receive back the same code. Only 24 get unique codes in the end, ...
Hi Sanford!Thanks a lot, this function is exactly what I'm looking for. I've set everything up through FlowBoost, although I always receive the below response message:{"errorType":"string","errorMessage":"ERR: Compile error (strict mode): SyntaxError: Invalid regular expression: missing /","trace":[...
Well yeah... what a facepalm moment. Now it's working totally fine.Thank you, Sanford!
Hi!A quick question around the reordering:So it seem to work just fine in this Codepen example when I embed my form: https://codepen.io/hahaqwer/pen/GRvbVRpAlthough once I try the same code on one of my native Marketo landing pages (adding the JS to my LP template), it can't seem to work. Anyone any...
And this workaround works perfectly! Thanks a lot, Sanford!
Thanks Sanford, will use the encoding from now on. Changing the field type itself won't solve the issue if I'm using the Email Address field in my Marketo form (tried with hidden, text, text area), the original error message still pops up (again, as it should as these values are broken), but I need ...
I'm working on an invalid email notification system for local Marketo users, so they would be notified if a record with an invalid email address is created and preferably they need to take action and fix it in Marketo otherwise the record gets deleted after 2 weeks (with many reminders). However, in...