I need to select a form via native javascript (not jQuery) and prevent the form submission (preventDefault).
The trick is that the form does not have a name or id, a
Simple way is use onsubmit event handler
....
or more easy