I want to have multiple multiple choices given to user after the form submit in a view.
For example … Save and Add Another .. or Save and Return to Dashboard.
Is there a way that i can tell my view that if input value is 1, do this .. or do the other thing?
//mouse
Of course. Here’s a brief (and untested) example of how you can conditionally redirect the user to another page or call a view from within another view and return it