basic submission counts are available. for more detailed analytics like drop-off rates per step, you might need to build a custom tracking setup:
1. add a hidden field that logs which step the user is on
2. use partial submission tracking (if available) or webhook events per step
3. log each step completion to a separate analytics table
4. build a view or dashboard from that table
its not as out-of-the-box as typeform analytics but the data you get is actually more useful because you can slice it however you want
fair enough. the custom tracking approach actually gives more flexibility than typeforms built-in stuff. going to try this
we also pipe our form submission data to google analytics via a workflow. that way we can see form completions alongside our website traffic data. useful for understanding which traffic sources convert best