Javascript help
Hello everyone,
I'm looking for help with JavaScript to complete a fillable timesheet form I'm working on. My goal is to create a foolproof form for my staff to use, primarily on iPads, that eliminates transitory documents when submitting to payroll. The form was originally an Excel worksheet, but I converted it to a PDF to streamline the process and ensure consistency.
Most of the form is complete, but I've hit a roadblock with scripting. Specifically, I need to make three fields in each row interact with each other so that selecting an option in one dropdown limits the choices in the others.
The fields are labeled as follows for each row:
- Timecodes.0
- JobNumber.0
- ActivityCode.0
There are 18 rows in total (labeled .0 to .17).
For example, if a specific Timecode is selected in a row, I want only the relevant JobNumbers to be available for selection, and then only the appropriate ActivityCodes after that.
Any guidance, examples, or resources to achieve this would be greatly appreciated! Thank you!
