A page has 2 forms, lets say an order header to input shipping address and a basket containing multiple items where you can enter item quantities, assume the basket is a seperate component.
How do we implement the submit buttons. Some will want to update the basket component, some submit the whole page, yet the buttons will need to appear together and not all in either of the forms? TIA John
