I have a form that sends data via POST to a controller function which displays a view with overview of what the user put in. I this view user has 2 options - SAVE the data if they are OK or EDIT them.
Is there some way to redirect back with the input? I cant figure it out so Im using a form in the view with hidden input which carries the data a then via POST method send it to the display form function. But I don't think that is the right way there should be something simpler.
Thank you