You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display a simple message showing how many fields are completed vs total fields on a form. This helps users track their progress while filling out forms.
5
+
6
+
## Solution
7
+
A simple onLoad client script that:
8
+
- Counts filled vs empty fields
9
+
- Shows completion status in an info message
10
+
- Updates when fields are modified
11
+
12
+
## Implementation
13
+
Add this as an **onLoad** client script on any form.
0 commit comments