I'm not sure there's an easy way to do that in HTML, as the form's 'action' 
attribute determines where the form is posted. But you might use Javascript 
(jQuery) to dynamically change the form's action based on the button that is 
clicked. 
See 
http://www.samburdge.co.uk/development/a-single-html-form-with-multiple-submit-buttons-changing-a-forms-action-attribute-using-jquery.

Anthony

On Monday, October 10, 2011 3:29:03 PM UTC-4, David Marko wrote:
>
> I would like to use concept of shared form (
> http://web2py.com/book/default/chapter/07#Sharing-Forms) and I want to 
> have a more submit buttons, each to different action on controller. How can 
> I sinmply make a more buttons each submiting form to different action.
>
>
>
>
>

Reply via email to