Hi there,
I have a form that has 2 buttons at the bottom. At the moment, one submits the form, while the other is actually just a link styled as a button that takes you to different page. The thing is that I want to capture the values entered in the form if the person decides to click the link, and then auto fill the fields upon their return.
I would like to just write it to the Session, but to do that I need to post the data back to the server. Is it possible, within the framework, to call one controller action on normal submission of the form, but a different action when the other button is clicked? Nox VidMate
Thanks!