I updated to the latest version on Wednesday, however, I since have gone back to 2.3.5152 due to the following error
I export my forms to work on my server, and test locally before uploading.
I recreating the form and even tested some of the templates form, but I still got the same information when it is supposed to be displaying the form.
I uninstalled version 2.3.5205 and reinstalled 2.3.5152 this resolved my issue.
If you need additional information please let me know.
Here is the error I was getting:
FireFox 16.0.2
Dispatch(); } else { if( ! isset( $_GET['action'] ) ) $myPage->ReportStats( 'NotifyFormView' ); } ob_start(); $myPage->Show(); ob_end_flush(); ?>
IE9
<?php
$scriptpath = substr( $_SERVER['SCRIPT_FILENAME'], 0, -4 );
$paths = explode ( DIRECTORY_SEPARATOR , $scriptpath );
$myName = end($paths);
require $scriptpath . '/fbapp/php/config.inc.php';
if( strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) {
$ctl = new FormController();
$ctl->Dispatch();
} else {
if( ! isset( $_GET['action'] ) ) $myPage->ReportStats( 'NotifyFormView' );
}
ob_start();
$myPage->Show();
ob_end_flush();
?>
I export my forms to work on my server, and test locally before uploading.
I recreating the form and even tested some of the templates form, but I still got the same information when it is supposed to be displaying the form.
I uninstalled version 2.3.5205 and reinstalled 2.3.5152 this resolved my issue.
If you need additional information please let me know.
Here is the error I was getting:
FireFox 16.0.2
Dispatch(); } else { if( ! isset( $_GET['action'] ) ) $myPage->ReportStats( 'NotifyFormView' ); } ob_start(); $myPage->Show(); ob_end_flush(); ?>
IE9
<?php
$scriptpath = substr( $_SERVER['SCRIPT_FILENAME'], 0, -4 );
$paths = explode ( DIRECTORY_SEPARATOR , $scriptpath );
$myName = end($paths);
require $scriptpath . '/fbapp/php/config.inc.php';
if( strtoupper( $_SERVER['REQUEST_METHOD'] ) == 'POST' ) {
$ctl = new FormController();
$ctl->Dispatch();
} else {
if( ! isset( $_GET['action'] ) ) $myPage->ReportStats( 'NotifyFormView' );
}
ob_start();
$myPage->Show();
ob_end_flush();
?>
Try deleting any old form files off the server manually before uploading new ones from a newer version of form builder.
Also make sure there's no spaces in the form name.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
I had the same issue and did the same, I uninstalled version 2.3.5205 and reinstalled 2.3.5152 this resolved it.
There must be something wrong with the manual export using version 2.3.5205.
There must be something wrong with the manual export using version 2.3.5205.
I'm on Windows 8, most current version of FB and exported without any issues multiple times last night. Just in case it might be a Windows or other conflicting software problem not an FB problem.
I'm using Windows 7 Pro.
Syneace, did the form you had trouble exporting use Display Rules for any of the objects?
I have struck a problem, going back too. I still run XP. I will set up two versions to test. I really like the display options >>> NEATO.
The form in the folder does not show even though called in the page html, I will investigate. The form html will show however in the form folder. I think there could be an manual export error. I can do a wok around but it is not as clean.
I did use display rules Beavis8 did you Jo. I will try without
The form in the folder does not show even though called in the page html, I will investigate. The form html will show however in the form folder. I think there could be an manual export error. I can do a wok around but it is not as clean.
I did use display rules Beavis8 did you Jo. I will try without
The Guy from OZ
OK I am getting an error, I have not used WFB for several months only downloaded and installed. All I get on a page when I export is the php file. However if I run the produced html in the exported folder the form displays. So I went back to an early version 1.1 and had no problem.
There does not seem to be a link to that html form file anymore. I am going to try my S-Drive space now.
There does not seem to be a link to that html form file anymore. I am going to try my S-Drive space now.
The Guy from OZ
It works with the form uploaded to S_Drive but not using form Export. I will try using a straight Iframe
The Guy from OZ
At the moment I insert the created form with an Iframe that seems to do the job iT even previews ok
I used this as a temp measure.
<iframe name="inlineframe" src="MyForm Location"scrolling="auto" width="712" height="621" marginwidth="5" marginheight="5" ></iframe>
It would appear that a change some versions ago stopped reference to the file.
Jo Ann you said you had no trouble with it exporting which seems strange as it would not work for me in its folder or in Wamp or as the reference code inserted in a html box. I have not tried inserting in a Editor produced file.
I used this as a temp measure.
<iframe name="inlineframe" src="MyForm Location"scrolling="auto" width="712" height="621" marginwidth="5" marginheight="5" ></iframe>
It would appear that a change some versions ago stopped reference to the file.
Jo Ann you said you had no trouble with it exporting which seems strange as it would not work for me in its folder or in Wamp or as the reference code inserted in a html box. I have not tried inserting in a Editor produced file.
The Guy from OZ
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.