Hi, In the "New" and "Edit" pop-ups I have two SELECT fields. I would like to have the second SELECT field values changed accordingly to the selected value from the first SELECT field. Can you please help me,
Thank you!
Hi,
This sounds like a perfect use case for the dependent() method. With that you can do exactly as you describe.
dependent()
Allan
Answers
Hi,
This sounds like a perfect use case for the
dependent()method. With that you can do exactly as you describe.Allan