Posts

Showing posts from October, 2019

Custom Dropdown in Sitecore form

Image
Custom Dropdown in Sitecore form       1 .  Create a field template         a .   Create a template in /sitecore/templates/System/Forms/Fields.              b.  Inherit this template from Templates/System/Forms/Fields/Dropdown List              c.  Check the  shared  checkbox for all your fields in this template.              d.  Create Standard values. 2 . Create the View Model for custom field and razor view for displaying the form element         a .  Create a class, add the property, and override the InitItemProperties and UpdateItemFields                  methods.             b. Build and deploy.             c. Add a new folder ‘FormsDemo’ and place the view und...