We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b1787 commit 23913c3Copy full SHA for 23913c3
demo/main.js
@@ -1,7 +1,8 @@
1
const Gleap = window.Gleap;
2
3
Gleap.preFillForm({
4
- "description": "This is a pre-fill test."
+ "description": "This is a pre-fill test.",
5
+ "userId": "1233"
6
});
7
8
// Gleap.setApiUrl("http://localhost:9000");
0 commit comments