Customizing Polls application

John Smith asked on January 3, 2018 14:55

Hello,

I want to add a new field to the Polls app to display on my form but the classes are not customizable and already installed. What would be best practice in order to add a new field in this case?

Thank you,

Recent Answers


Lee Conlin answered on January 4, 2018 18:14

I would take one of two approaches to this.

  1. Create a Custom Table in Kentico that holds the additional fields you need and a field for record GUID from the class table in the Polls app.
  2. Similar to #1, except using a custom module class instead of a custom table.

You would then need to clone any relevant web-parts and add custom logic to join to your custom table or class.

You could also create custom queries on your custom table/class to aid in retrevial of relevant records.

0 votesVote for this answer Mark as a Correct answer

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