How to obtain choice field value without submitting the form in python?
I have a workflows.py file which has 3 choice fields. Based on the value of the 1st and 2nd choice field, in the 3rd field the choices must appear. This must happen before submitting the form. How can this be done?