The issue you have is that you are causing a DOMLint issue by giving the button the name of 'submit'. Remove the name and your form will work as expected.
Additionally you can simplify your form selector to use context selecting,
`$(commentForm, iFrameDOM).submit()`