Umbraco.Forms.Issues
Umbraco.Forms.Issues copied to clipboard
Make previously submitted data available to fields in multi step form.
Basically, it would be handy to have a built in way to access data that has been previously submitted in a multi step before the user submits. There are a couple potential use cases for such a feature.
- A review field that displays a summary of what the user has submitted.
- Modify options based on a previous entry. For example if a user was prompted to select a country in the first step and a state in the second, the states could be filtered to only include states from that country.
Thanks for the suggestion - and yes, there are a few things around multi-step forms we'd like to improve, and will hopefully get a chance to in the upcoming months.
See also #281
We'll be adding a review page in the next minor release of Forms. It doesn't fully address what this issue was raised for but will provide a means of providing this summary of what the user has completed, before they submit their form.