Automatically format a date with dashes during typing
Hi - I am working on editing a form that has many date fields that the user needs to enter. I want the user to be able to type digits continuously (e.g., 08222025), and as they type a slash ("/") is automatically inserted after the 2nd and 4th digits. So the final format appears as: MM/DD/YYYY (e.g., 08/22/2025). The formatting should happen live as the user types, not after they exit the field. Ideally this would limit input to only digits and input length to 8 digits.
I have been trying various versions of JavaScript in the Custom Keystroke Script field but have not had any luck. I am a novice at JavaScript especiallly within the Adobe environment so any help is appreciated!
