Hi Forum readers,
I have a small design layout issue relating to Bizform error labels. When I test the error label output I see the ErrorLabels display below the input fields. I looked at the view source of my form and can see that an inline style "display:block" is set. Whilst I can style the class .EditingFormErrorLabel in my CSS file this "display:block" takes precedence in my HTML. What I want is to set it to "display:inline" so it flows next to the input box.
Rendered HTML view source output
<span id="plcRoot_Layout_zPagePlaceHolder_pageplaceholder_pageplaceholder_Layout_zoneCenter_editabletext3_BizFormControl1_Bizform1_ctl00_FirstName_ErrorLabel" class="EditingFormErrorLabel" style="display:block;">Please enter some value.</span>
Anyway I can change this functionality? If not could you please suggest for future releases the ability to set if you want the error label inline or block.
Many thanks,
Sahus Pilwal