Skip to content

Instantly share code, notes, and snippets.

@nielsfogt
Created September 13, 2019 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielsfogt/8d0de9a23bf9158b2f9f6c414d0b7a07 to your computer and use it in GitHub Desktop.
Save nielsfogt/8d0de9a23bf9158b2f9f6c414d0b7a07 to your computer and use it in GitHub Desktop.
form.onSuccess(function(vals) {
//The vals object contains all the form contents.
var visitorId = Intercom("getVisitorId");
var payload = JSON.stringify({
anonId: visitorId,
vals: vals
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment