Show login form in popup window

Any chance of getting a parameter to login_with_form that would cause the form to appear in an actual popup window?

The situation is that I’m using Anvil forms in iframes from an otherwise static site, and the login form is constrained to the amount of screen real estate given to the iframe. If it were in a popup window, it could escape that iframe and be displayed as normal, even if the iframe itself were only large enough for a login/logout link to show.

Hey,

This is particularly difficult for us, as the browser treats a pop-up window as a separate page to the one it came from, which would make handling UI components on it rather weird! We could look at perhaps automatically sizing the iframe, so it only expands when it has more to display, but separate pop-up windows are unlikely in the medium term.