I want to be able to submit a form but instead of having to click on a submit button, I\'d like to be able to click on an element and have it submit.
You could put an onclick event on the LI that calls the forms submit event:
Click me
Your form would be non-standard and not very accessible though.