I have machforms installed on one server, and I'd like to run it from a separate server in php. Is this possible, or would I be forced to use the iframe embed option?
I'd like to do something along these lines...
<?php
require("http://SERVER_WHERE_MACHFORMS_INSTALLED/forms/machform.php?form_id=6");
?>