Form Creation using Plotly

I have a form on dash.How do I fetch the values entered by user after submitting the form? Is it just possible with dash API or do I need to use any other API for getting the data from a form?