I have run into a brick wall with a form using the new conditions element.
After submitting a support ticket and an exchange with Scott the end result was that Scott was unable to duplicate what I am seeing and suggested that I post the problem here and see what you folks have to say.
The problem is that when displayed from a web page there is a rather large white space between the end of the form and the footer.
The white space does not manifest itself when run from WFB preview
I have tried the web page from 2 computers (XP and Win7), using FF, IE, Chrome
Have run the browsers without add-ons
Have removed the footer coding from the page
The page with the form can be found here: http://www.sunrisedoors.com/free-products-NEW.php
Using current version of WFB 2.2.5051
Any assistance would be greatly appreciated
Al
After submitting a support ticket and an exchange with Scott the end result was that Scott was unable to duplicate what I am seeing and suggested that I post the problem here and see what you folks have to say.
The problem is that when displayed from a web page there is a rather large white space between the end of the form and the footer.
The white space does not manifest itself when run from WFB preview
I have tried the web page from 2 computers (XP and Win7), using FF, IE, Chrome
Have run the browsers without add-ons
Have removed the footer coding from the page
The page with the form can be found here: http://www.sunrisedoors.com/free-products-NEW.php
Using current version of WFB 2.2.5051
Any assistance would be greatly appreciated
Al
Alter the code for the form to reduce the iframe height to about 1100.

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
Eric,
You are on the right track.
If I increase the iframe height it does nothing; if I also increase the height in the script as well it begins to work.. I increased both to 1400 and it displayed perfectly.
However, certain selections will expand the form based on the selection.
Try this to see what I am referring to: choose 16-Bit under BBS Software and choose "I will choose" under Product Selection" and you will notice that the form will expand with a list of products, but we lose display info that exceeds the 1400 height....
You are on the right track.
If I increase the iframe height it does nothing; if I also increase the height in the script as well it begins to work.. I increased both to 1400 and it displayed perfectly.
However, certain selections will expand the form based on the selection.
Try this to see what I am referring to: choose 16-Bit under BBS Software and choose "I will choose" under Product Selection" and you will notice that the form will expand with a list of products, but we lose display info that exceeds the 1400 height....
Allow me to add one other thing....
When I load the form in WFB and then Preview it the form display perfectly and when I make the exact same selections as described previously it will expand the form perfectly...
Something is amiss between the WFB and the generated code for the form that is placed in the web page....
When I load the form in WFB and then Preview it the form display perfectly and when I make the exact same selections as described previously it will expand the form perfectly...
Something is amiss between the WFB and the generated code for the form that is placed in the web page....
Try giving the div that the form code is in a height attribute and leave the form code alone.

<div style="width:927px; height:1400px; margin: 0 auto 0 auto; ">
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
Yes sir... left the form code alone 
Made the changes and the results stayed the same... causing the form to expand left an incomplete form display.

Made the changes and the results stayed the same... causing the form to expand left an incomplete form display.
Try this.
<div style="width:927px; height:1400px; margin: 0 auto 0 auto; position:relative; z-index:1000; ">
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
Changes made and display remained the same
You still have the iframe in the form script at 1400. Try putting it back to the original.

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
Changed back to 2764... display not affected
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.