diff --git a/demo/main.js b/demo/main.js index 61d64d53..5ac4d8be 100755 --- a/demo/main.js +++ b/demo/main.js @@ -1,7 +1,8 @@ const Gleap = window.Gleap; Gleap.preFillForm({ - "description": "This is a pre-fill test." + "description": "This is a pre-fill test.", + "userId": "1233" }); // Gleap.setApiUrl("http://localhost:9000");