Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Hidden Fields on BizForm html View modes: 
User avatar
Member
Member
esolutions - 10/29/2013 1:24:10 PM
   
Hidden Fields on BizForm html
Hi,
We have a form that is using the custom form layout option. The site has been designed to use responsive design so divs and their classes have been set up to handle the different widths of the site.
There is one section of the form that is hidden unless the user chooses "yes" from a set of radio buttons (set up as "yes", "no").
Below this section is some disclaimer text.
What we're seeing is when the section is hidden the html is left behind causing a gap between the fields at the top of the form and the disclaimer text.
Because of the way the divs have been set up for the different screen widths the caption style, input style and control css class fields can't be used.
The divs have been replaced with spans but there is still a gap.
Is there some way the section can be enclosed in a div or a panel where the whole section can be hidden/shown without having to do any crazy customizations to the code?

User avatar
Kentico Legend
Kentico Legend
Brenden Kehren - 10/30/2013 10:12:40 AM
   
RE:Hidden Fields on BizForm html
Find that style using Firebug or equivilent and override the style in your stylesheet.