I am trying to build an order status form where the admin would be able to edit the status of the form.
Eg. Admin could set the status from 'order received' to 'item being printed' to 'item dispatched'.
The form then needs to resubmit the (entire) form containing the clients data and orderstatus each time the status is being changed by the admin.
How can i do that? As at the moment i can't find a way to resubmit the form.