Show property in Form Builder for a custom form control

Tommy De Notarpietro asked on November 18, 2016 11:54

Is it possible for a custom form control (used for online forms) to show a property in the "Form Builder"? If yes, how can we do it?

I tried "Display field in the editing form" and "Display in simple mode".

Recent Answers


Jan Hermann answered on November 18, 2016 12:05

There is a way to extend the Form builder by custom form control:

https://devnet.kentico.com/articles/quick-tip-adding-a-custom-form-control-to-the-kentico-form-builder

But I am not avare of any option how to easily add a custom property into the Properties section.

1 votesVote for this answer Mark as a Correct answer

Zach Perry answered on November 18, 2016 16:34

in the file \CMS\CMSModules\AdminControls\Controls\Class\FormBuilder\FieldProperties.ascx.cs it is hardcoded for which properties it displays in the LoadProperties method. I would imagine customizing that would be the only way to load any additional properties.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.