esolutions
-
10/25/2013 1:01:22 PM
Visible condition for BizForm fields/Labels controls not appearing
Hi, I'm having a couple of issues with a BizForm I've created. The BizForm has two sections. I added two radio buttons with "Yes" and "No" values. What I want is when the user chooses "Yes" another section appears underneath.
I added the fields for the hidden section along with validation. All fields are required in this section.
The section also has a title and two subtitles. I added these as label controls becuase they needed to be hidden/unhidden as well depending on what the user chooses with the radio buttons.
My first issue is, I added a visible condition that when the radio button value = yes then display the field. I set this for ALL the fields in this section. The problem is, when I choose "No", the fields remain hidden which is correct but when I submit the form the validation for these hidden fields still fires.
The second issue is the labels I added for the sections are not appearing regardless if I have the visiblie condition set for them or not. I'm using a custom form layout.
I set the label up with the column name "CoAppLabel", Text, 100, allow empty value. The show on public form is checked off, the field caption is Co-Applicant or spouse Information" the form control is set to Label. There is no transformation. The label in the custom form layout is $$label:CoAppLabel$$.
So I'm not sure why the labels aren't appearing even without a visible condition set nor do I know how to turn the validation for the fields off when they are not visible.
|