Hi!
I've a form with two dynamic dropdown. Drop1 is prepopulated with {var:read_data4}. Drop2 is empty, when the user select a value of drop1 it is populated by a reload event with the value of {var:read_data5}. Everything is ok.
Now i need to prepopulate drop2 with all values when form is loaded. I can made another read (es: read_data6) and put {var:read_data6} in the "Options" field of the dropdown instead of read_data5, but so the reload event will not work anymore.
Any idea? Thank you!
I've a form with two dynamic dropdown. Drop1 is prepopulated with {var:read_data4}. Drop2 is empty, when the user select a value of drop1 it is populated by a reload event with the value of {var:read_data5}. Everything is ok.
Now i need to prepopulate drop2 with all values when form is loaded. I can made another read (es: read_data6) and put {var:read_data6} in the "Options" field of the dropdown instead of read_data5, but so the reload event will not work anymore.
Any idea? Thank you!