I know there are many documentations on this already and wanted to thank the Sitecore Documentation team for a detailed document page on this topic. Please read the official document here. We had a request of having a registration form where once the user submits the form, the user must be created in the Sitecore … Continue reading Custom submit action for Sitecore Forms
Customization
Adding a custom route in Sitecore site
If we want to create a custom Sitecore route, for ex. if we want to read the user input and pass it to the controller method then we will require a custom route. Simplest example of this requirement is Search box. We will need to create a class file to add our route. You can … Continue reading Adding a custom route in Sitecore site