Newest questions tagged javascript - Stack Overflow
•
2026-08-14 06:33
How can I validate a multi-step Passport form with different required fields based on the application type?
I’m working on a multi-step Passport Appointment form at https://dfapassportappointmentt.com/ built with JavaScript. The form collects information such as application type, personal details, branch, appointment date, and time.
The required fields are not always the same. For example, a new application, renewal, and lost-document application have different required fields.
The problem is that when ...