Working with Custom Fields in Sitecore Forms
Working with Custom Fields in Sitecore Forms Introduction While working with Sitecore Forms, we have out-of-the-box elements which we generally use to quickly build a form by dragging them in the form builder window. Besides that, it is quite possible that you need to create your own custom fields. These fields are required to match our needs, which are not provided in the suite. To better explain, let me give you a scenario. Suppose you need to build a form which takes user input like Firstname. Lastname and User Rating for some product. For firstname and lastname, we can simply use Single-Line Text element but for User Rating if we want to use some Range Slider then it is not available in Form elements provided by Sitecore. In this case, we need to create custom fields which can solve the mentioned problem. The custom fields then behave like in-build elements which can be dragged and drop like any other elements. We also have an option to add custom properties t...