harrybilney
Correct method for passing form data between pages
Feeling like this is a super simple thing to do, I just cant figure it out from the docs. I have a form that then once submitted needs to do two things, submit to a mysql db (this bit is working), and secondly show the submitted values on the screen. I currently have a route action that gets all the form data once submitted, however I'm unsure how to send this to the completed page. I've tried url params but only seem to be able to grab one param, not all 4 that I have.
2 replies