Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
This would of course be a great feature! I have little faith that it'll ever be added, though. One way to simulate this is by using a conditional Velocity token that only includes a validation
It's actually trivial to add a synthetic form field within a Rich Text area and have that serve as the rephrased/clarifying question. Or any other question. Then choose the best value onSubmit.Multiple picklist values wouldn't solve the problem unless you deliberately add another real field to creat...
+1!This would be very complex to implement if the database's underlying collation is case-insensitive, though.Meantime, a FlowBoost script could be used to do the same in a pinch (you can narrow the list first using the UI).var sfdcID = {{Lead.SFDC Id}}, interestingIDs = [ 'aaa', 'BBB', 'cCc', 'Ddd...
How about "Web Page includes the host, path, and hash, like example.com/pages/mypage.html#section1, but not the query string."
Yeah, but then it also suggests (incorrectly) that the query string is part of value. Problem is there isn't a friendly name for "URL without query string".
We built this ourselves as an extension to the GLP Editor. It's not official.
Sure, I wasn't actually objecting to the feature! But if history is a guide -- and it usually is! -- surrounding documentation is more necessary than the feature itself. Almost no one knows that a form post can be entirely discarded, that type coercion can remove fields completely, or that tracking ...
Prob is the upsert to the Marketo db is out-of-band. So what you might casually think of as "error" -- datatype errors that prevent the entire form from being processed, or field blocking rules that cause selected data to be discarded -- cannot be known to the client. So while the missing onError m...