Login and open_form questions

Check out this thread: Assign startup-form dynamically based on url hash

This explains how to find the form’s “show” event that the above thread references. Basically, you want to put such startup code in the function triggered by the form’s “show” event rather than in __init__: Trouble calling javascript function during app initialization

2 Likes