Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Add an extra property to Biz form View modes: 
User avatar
Member
Member
damon.amanabadi-artisgroup.com - 6/13/2011 11:11:38 PM
   
Add an extra property to Biz form
I would like to add an extra checkbox to the process of creating a bizform . I mean beside the other properties like "Form display name","Form code name","Table name","Submit button text",.... I want to have a checkbox to set an extra property in order to be used after. and also I want to have access to this field after save event of the Bizform creation.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 6/14/2011 1:37:25 AM
   
RE:Add an extra property to Biz form
Hello,


The new BizForms are created by a code in:

~\CMSModules\Bizforms\Tools\BizForm_New.aspx

You can add a checkbox there and save the value to the database. I would recommend you to store the value in a custom (separated) table together with BizForm code name which you can get on the same page. You can place the custom code to the btnOK_Click method.


Best regards,
Helena Grulichova