Failed installing the form.
<?PHP
require_once("./includes/myform-lib.php");
$formmailobj = new FormMail("myform");
$formmailobj->setFormID("0351ff52-010f-4be1-b99a-678768787987");
$formmailobj->setFormKey("876876876-8987-41b9-b425-2030d5645713");
...
Error while accessing the form processor URL
This error means that you don't have PHP installed on the web server. The PHP code is returned 'as is' without processing.
You need to contact the web hosting provider requesting PHP be enabled.