Tag Archives: reCaptcha

Web Form that e-mails an XML attachment

PHPWebFormXML

More often than not the feature I’m trying to implement doesn’t exist. Or it’s just not quite right and doesn’t get the job done.

  • At face value this seemed fairly straight forward – build a web form that
    • performs validation of required fields.
    • e-mails the response.
    • attaches a Maximizer compatible XML file to the e-mail for quick & easy import.
    • host the web form inside a Word Press page.

Of course there are plenty of examples online of how to implement each of these features but no example that ties them all together.

Continue reading Web Form that e-mails an XML attachment