How to access form data

I have a leadgen form on my site to collect basic user data, but I’m not sure how where it is being stored/how to access it.

I’m sure there is a very simple answer but I can’t figure it out.

  • I have checked the Data>App Date tabs and there’s nothing populating there.

For context, this is the page: Fee Monster

Thanks in advance!

Are you creating a database entry when the User submits the form?

When they click the button, what’s your workflow look like?

Learn no code → nocodify.com

Thanks!

It routes to a Stripe Payment link, so I’m assuming nothing is being pushed to the database when input fields are populated.

Yes, you need to “create a new thing” in that workflow.

Understood. Thank you.