As a designer with limited coding skills, I have developed an acrobat form that includes several due date fields. These fields are only mandatory if a specific checkbox is selected.
I am looking for the javascript code that will validate the requirement: 'If checkbox A is ticked, then date field A must be filled.'
Furthermore, should I incorporate this script as document-level javascript or link it directly to the checkbox element? Thank you