Ok, I have scaffold from my database using the MVC option, so I have all my layers and forms for each class.
Now I want to string the New Record forms of 3 classes together into a Web Flow. But I dont want the database commit to happen till the user has been successfully through the three New Record forms, and hit commit on a last summary form.
Have watched the 2 videos on Web Forms, and been able to get as far as having 4 empty forms going backward and forward.
So what are my options if I want to replace / fillout the first three forms with the corresponding New Record forms and do the commit for then all on the 4th form?
Thanks