Posts

Showing posts with the label XM Cloud Forms

Sitecore XM Cloud Form Integration with Azure Function as Webhook

Image
Hello everyone, In this blog, we will see, how Azure Function can be used with Sitecore Forms. Before starting, I would request everyone to read my previous blog on XM Cloud Form as I am not going to go deep with how to create forms in XM Cloud. Creating Azure Function : Will serve as our Webhook Creating and Integrating Form : XM Cloud Form Creating An Azure Function I will not explain how you can create Azure Function with Http Trigger. You can check this youtube link here . Also in reference section, I will provide the link how you can connect and deploy your changes to azure function using Visual Studio. Azure Function Code : Its just a starter code which Azure function by default. Creating XM Cloud Form and Integrating with Azure Function Step 1 : Create a form from Form Editor and once form us published, you can see the below view in preview state. Here you can edit your form too. But it always recommended to use a version of that form as whatever changes is done will ...

Understanding Forms in Sitecore XM Cloud

Image
Hello everyone!! In this blog we are going to see how we can create Forms in XM Cloud using Forms feature recently introduced. we will create an webhook submit action to show the posted data. We will create a sample form in XM Cloud. Follow the screenshot below as most of the things will be. I will add the notes whereever its required. Select Form from Tools tab . Create Form and Save Form Builder We need to select a layout. Select Full width layout from Layout tab and drag it to page. After that navigate to Items tab which will have fields that can be drag and drop to layout to create the form. Form Builder Drag and Drop Short Text field for Full Name and Email. Select the Individual Fields. You will get lot of properties for that selected field. Modify according to one's need. Refer below screenshot for your reference. Navigate to Settings tab in Form Builder . We will configure thank you message,error message, webhook actions. Webhook is basically an HTTP R...