Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > UseColonBehindLabel = false Not Working in Forms View modes: 
User avatar
Member
Member
scott_hancock-urmc.rochester - 10/22/2012 12:49:07 PM
   
UseColonBehindLabel = false Not Working in Forms
When I follow the instructions in this FAQ to disable the colon in Forms (BizForms) in v6.0.54 it does not work.

http://devnet.kentico.com/FAQs/BizForms/How-to-disable-the-colons-from-the-BizForm-labels.aspx

I went and tried the same thing in my v5.5 site and it works. I tried debugging it in v6 and the code in CMSModules\Bizforms\InlineControls\BizFormControl.ascx.cs is never hit. I tried debugging the same code in v5.5 and it is hit.

Do you have any ideas on why this is not working in v6?


User avatar
Kentico Customer Success
Kentico Customer Success
kentico_martind2 - 10/25/2012 12:02:26 PM
   
RE:UseColonBehindLabel = false Not Working in Forms
Hi Scott,

I would recommend you to use Widget instead of an inline control. From v6 widgets should replace inline controls.

In v6 you can add the (Biz)Form to the page right from WYSIWYG/CK Editor and the modify the widget properties via
CMSSiteManager -> Development -> Widgets -> Forms & Surveys -> On-line form -> Properties -> UseColonBehindLabel -> enable "Display attribute in the editing form"
after that you will be able to disable this option in the Widget (Form) properties.

Best regards,
Martin Danko