CSS FormBuilder Email functionality...
Thanks - I removed the includes from the template page that UE generated. I don't know why it included the server behaviors as well. Now I'm getting this error:
Warning: require_once(C:\PHP\PEARMail.php) [function.require-once]: failed to open stream: No such file or directory in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\ucpntx_prototype\webassist\email\PEAR_Mail_using_SMTP_php.php on line 113
Fatal error: require_once() [function.require]: Failed opening required 'C:\PHP\PEARMail.php' (include_path='.;c:\php\PEAR;c:\php') in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\ucpntx_prototype\webassist\email\PEAR_Mail_using_SMTP_php.php on line 113
I have PEAR installed and there is a Mail.php in the C:\PHP\PEAR directory. I don't see a C:\PHP\PEARMail.php file however. Perhaps something in the script is leaving out the backslash between PEAR and Mail.php in that second require_once.
Any thoughts on this issue would be appreciated.
Thanks as always...
enthusiastically,
Mark