Issue with login_with_form()

I am trying to trigger the login form with a button, but for some reason nothing appears. I tested it with the signup form and it worked correctly. Why is it not working properly?

This sometimes happens to me. I write the event-handler function, by copying some other event-handler. Then I forget to connect it to the actual button! :person_facepalming:

See Set up an event handler.

1 Like

I don’t think that’s the issue. I double checked and everything is set properly.

Is this something you can share a clone link for? More context might help, since your code works fine in a newly created app on my account.

1 Like

Thank you! I will try this. I have been trying to create a clone of my app. I will try to recreate some of the issues in a new app that I can share.