I have a form with id theForm which has the following div with a submit button inside:
theForm
Place Order
function placeOrder () { document.theForm.submit() }