Required checkbox: disable possibility to save/print + codependente checkboxes?
So I'm completely new to this so bear with me... I also tried searching here for what I need and the closest I could get was this post:
Solucionado: Enforcing required text fields in pdf before savin... - Adobe Community - 3237090
I have to check boxes, one for Yes other for No. I want that both are required unles one of them has been check (so, if you check Yes, No stops being required and viceversa). Is this possible?
The next thing I need is that one or more required fields havent been filled, it not posible to save the doccument or print it. The linked post apparently does that, but again, being new I have no idea what any of the script or whatever mean. Starting with the fact my adobe is in Spanish and I can't find anything that would ressemble the "onBlur" action.
The boxes are named Check Box3 (yes) and Check Box4 (no)
The most I was able to do was "this.getField("Check Box4").required = false;" : that only sets as not required NO if I checked YES; now i need the code that resets the required values accordingly.
Ty in advance!

