Re: [web2py] How do i redirect to a different view
On May 7, 2011, at 11:16 AM, JagChris wrote: > > I want after the user clicks the submit button that he/she gets > redirect to a different view how do i do that? redirect(URL(whatever)) in your form.accepts clause
[web2py] How do i redirect to a different view
I want after the user clicks the submit button that he/she gets redirect to a different view how do i do that?