We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ef1cc commit 06bd29eCopy full SHA for 06bd29e
1 file changed
Client-Side Components/Track How Long a User Spends on a Form/README.md
@@ -11,7 +11,9 @@ Track how long users spend on a form before submitting it. Useful for UX analysi
11
12
1. Add one Display BR and a Client Scripts:
13
- `displayBR`: Starts timer
14
- - `onSubmit`: Calculates and stores time
+ - onLoad client script: set the start time
15
+ - `onSubmit client script: Calculates and stores time
16
+2. create a field u_spent_time to store the start time
17
18
## 🤝 Contributing
19
0 commit comments