how to use custom form component inside widget properties

Mahander Kelash asked on April 3, 2019 16:00

actually i am working on custom form components on widgets, i created a custom form component using kentico's tutorial but i don't know how to call it on widget properties.

right now i am using [EditingComponent(XYZFormComponent)]

https://docs.kentico.com/k12/developing-websites/form-builder-development/developing-form-components/using-a-dynamic-data-source-with-selector-components

Recent Answers


Trevor Fayas answered on April 4, 2019 18:29

Best thing i can recommend is to install the Dancing Goat and look at their widgets as examples and then follow along. I know making sure you have a valid Widget Property model can impact things, and having the right attributes can mean the difference of it working or not.

Do you see any errors in the Browser at all? Is it trying to render the custom form component and maybe 404 or 500 on the call to get it?

0 votesVote for this answer Mark as a Correct answer

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