How to connect Flask wtf-form responses to a Plotly Dash Dashboard

I want the responses from Flask form to be displayed on my Dash dashboard on my site. I already have the form and Dashboard setup on my Flask website I just don’t know how to connect the two.

I imagine the theory is:
form response --> SQLAlchemy database --> use some .get() query? --> have this displayed in my Dash dashboard.

Would appreciate if anyone can shed some light on this. Thanks!

2 Likes