mojoPortal is a .net webforms application so it cannot have more than one form element on a page and every page has a form element already. You could use the Contact Form module or the Form Wizard module to create a contact form. If you must use your PHP form, you should put it in an iframe. You can put the iframe inside of a jquery or bootstrap modal as well, though it's not required.
Thanks,
Joe