umbraco / Umbraco.Forms.Issues

Public issue tracker for Umbraco Forms
29 stars 0 forks source link

Make previously submitted data available to fields in multi step form. #648

Open jaandrews opened 3 years ago

jaandrews commented 3 years ago

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.

  1. A review field that displays a summary of what the user has submitted.
  2. 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.
AndyButland commented 3 years ago

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

AndyButland commented 6 days ago

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.