I am trying to use Chronoforms v8 and recreate a form that worked in v7 and imported to v8. The problem is that after wrestling with the Trigger/Listener events, I have so far managed to get it to work, not on initial form load, but after page refresh. Basically, I have dropdown1 and dropdown2, both with a database datasource.
Expected behaviour: When the user change option in dropdown1, its value is then used to retrieve the option(s) for dropdown2.
Actual behaviour: Initial page loads with empty dropdown1 options. On manual page refresh, dropdown1 is populated. On dropdown1 value change, dropdown2 options remains empty. On subsequent page manual refresh, dropdown2 option is populated. Adding a 'Reload' event duplicates the form on the page (weird behaviour). What am I missing?
