I have already tried uploading the WFB files to the client's server which is running PHP 5.1, so this is apparently not meeting the PHP 5.3 requirements of WFB.
Hence my need to host the form elsewhere. I had tried to host the form on my own server, but once the form was submitted, the form disappeared and I was left with a blank modal/colorbox window.
I then tried using S-Drive, but am unable to edit the CSS and HTML to use the custom fonts. In addition, I'm using a Mac and there is no DirectFTP available for Mac.
Really, my preferred solution here would be to use my own hosting, but as I have stated above, once the form is submitted I'm left with a blank modal/colorbox window. Do you have any suggestions to fix this?
I'm wondering also about this:
// load PHP4 compatibility functions (from the PEAR::PHP_Compat package) if needed
// 5.1 might not have the json extension installed!
if( strcmp( PHP_VERSION, '5.2' ) < 0 ) {
include 'fbapp/inc/php4compat.inc.php';
}
So, shouldn't the form be working anyway?
Many thanks.
You must have PHP 5.3, so if you are on 5.1 it will not work. S-Drive would be your only option there.