Creator Widget using values from Creator Form on the same page

Creator Widget using values from Creator Form on the same page

Hi all,

I have a widget I'm working on that I'd like to use values from a form that's on the same page as the widget. I have something working right now, where I have a stateless form on a page. On input to the form I load an inner page, setting query params from the form. The widget is on the inner page and can get the query params. Does anyone know if there's a better way to do this that doesn't rely on a page load every time the user interacts with one of the relevant fields?