Is there any way to submit an iframed form from jQuery? What I have is the following:
$(\'button#bookingButton\').click(function(){ $(\'
add this AFTER you insert the IFRAME into the DOM:
$("#externalSite").contents().find('form').submit()