I have a form with id theForm which has the following div with a submit button inside:
theForm
I will leave the way I do to submit the form without using the name tag inside the form:
name
Place Order
function placeOrder(form){ form.submit(); }