Posts

Showing posts with the label Sitecore Forms

Sitecore XM Cloud forms webhook integration via Sitecore Connect

Image
  Sitecore XM Cloud forms webhook integration via Sitecore Connect Previously we learned about Defining webhook in SitecoreXM Cloud Forms , now we will see how these webhooks can be integrated via Sitecore Connect. Sitecore Connect is a feature that allows integration between Sitecore and external systems or services. Webhooks are a part of this connectivity strategy, enabling real-time data exchange between Sitecore and other applications. Sitecore XM Cloud forms with webhook integration via Sitecore Connect typically works as follows: 1. Form Creation: Create a form in Sitecore XM Cloud using the form builder. Design the form fields and layout as needed for your use case. 2. Webhook Configuration: In Sitecore Connect, set up a webhook endpoint. This involves specifying the URL where form data should be sent when submitted. We may need to configure authentication methods for the webhook, such as API keys or OAuth. 3. Form Submission Event: Configure the form to trigger the we...

New features and improvements in Sitecore XM Cloud Forms

Image
  New features and improvements in Sitecore XM Cloud Forms We have already checked the basic features of Sitecore XM Cloud forms in previous post . Sitecore has recently released some new features and improvements in XM Cloud forms, let’s check those updates now. First update is, Editing Active forms. XM Cloud forms now give us the option to edit a form which is already in Active state, which was earlier not allowed. The updates are immediately available to Sitecore pages and applied to live sites as well, once the editing is done and changes are saved on active forms. To Edit an Active form -           Go to forms dashboard -           Select the form to Edit -           Go to Preview and click on Edit form -           Do the updates and click Push changes to make it available on Sitecore pages and live insta...

Defining webhook in Sitecore XM Cloud Forms

Image
Defining webhook in Sitecore XM Cloud Forms In the previous blog here we already learnt to create Forms, now its time to connect forms through webhook Firstly, we should understand what is a webhook? A webhook is basically a http request, that is triggered by an event, from one system and send to another system with a payload data. Webhooks are automated, so the data is automatically sent out to the destination system when the event is triggered by the source system through the configured webhook URL. Webhooks are typically used to connect two different systems. Sitecore XM cloud Forms uses webhooks to send data across different applications. To create and attach a webhook – 1.       Open the Sitecore Form editor and go to settings from the top menu 2.       Then click on Manage Webhook 3.       From here we can use already added webhook or can create a new webhook. To create a new, click on Create Webhook button...

Sitecore XM Cloud Forms - Basics

Image
Sitecore XM Cloud Forms We always need to capture User Inputs from our websites, it is the basic need of marketers to capture information and that is done using forms. With the earlier versions of Sitecore Platform, we used to install an external module named Web Forms for Marketers (WFFM) on top of the Sitecore installation for forms building as it was not present out of the box. With the release of Sitecore Platform 9 and later versions, forms were an integral part of it. We can use Sitecore Forms to construct web forms to record information provided by the user and can capture that for later use. This detail is basically stored in the Sitecore database and can be extracted through reports. With the release of Sitecore XM cloud, it follows headless architecture and there are no CD servers available, therefore no place to capture the user inputs. And hence there is a need for some SaaS solution to fill out that gap. Composable Forms Builder is available with Sitecore XM Cl...