Checkboxes Event Call function

Co Colnem 15 Mar, 2022
Hi

I have two chexboxes: Checkboxes1 and Checkboxes2.

I want to launch a javascript function test() to modify Chekboxes 2 when Checkboxes 1 changes.

I have tried:
Event Checkboxes1: Call function test (what is the syntax: test, or test() ? I don't know) when Checkboxes1 Change. No works.
Event Checkboxes 2: Call function test (what is the syntax: test, or test() ? I don't know) when Checkboxes1 Change. No works.

How I do that?

Thanks
Co Colnem 15 Mar, 2022
Hi

I've found.
My problem was the position of Javascript Element in the form....

Thanks
This topic is locked and no more replies can be posted.