What’s new in SFE 3.1
Sitecore Forms Extensions 3.1 come with 3 mayor new features: Subscribe to list submit actionQuery string value providerSend email was extended to allow sending mails to any field of the item in a dynamic datasource Subscribe to list With the subscribe to list action you can now directly link your form to your contact lists […]
Container support for Sitecore Forms Extensions
With the release of Sitecore 10, official support for developing with docker containers was added. In this article we’ll explain how you can add the Sitecore Forms Extensions (SFE) module into your containered Sitecore application. Before you begin This article assumes that you have basic knowledge of running Sitecore in containers. Please have a look […]
Make your custom component compatible with Redirect to Url action
A while ago, I received a question from Joshuwa Jenskins on how the value of the hidden fields component (from Sitecore Forms Extensions) could be made available in the “Redirect to Url” action added in Sitecore 9.3. After a bit of research, the answer proved to be rather easy. First of all, your custom component […]
Value Provider on list components
Since version 9.1, Sitecore Forms supports prefilling by using value providers. (The functionality is also available for version 9.0 via the Forms Extensions module) Out of the box, Sitecore only provides the Value Provider system, but doesn’t have any implementation. When you install SFE, 24 value providers linking to the xDB profile will be available […]
Sitecore Forms Extensions for Sitecore 9.3
What does SFE 3.0 for Sitecore 9.3 has to offer?
Since the original release of Sitecore 9.0, a lot of improvements have been made to the default shipment of Sitecore Forms. The first major update was shipped with Sitecore 9.1 when we got an improved Send Email action and Value Providers. With the release of Sitecore 9.3, a file upload component was added and robot […]
File Upload in Sitecore 9.3 Forms
With Sitecore 9.3 forms, the file-upload component has finally been added to the platform. Lets have a deeper look at the capabilities of this component. SQL file storage provider When a file gets uploaded through your form the Sitecore.ExperienceForms.Mvc.Pipelines.ExecuteSubmit.StoreFiles processor from the Forms.executeSubmit pipeline gets executed. This pipeline will make a call to the IFileStorageProvider […]
Robot Detection in Sitecore 9.3 Forms
On November 28th, Sitecore released version 9.3 of its Experience Platform. This release contains a substantial update to Sitecore Forms. A quick overview of the new goodies: Publish option from the forms dashboardFileUpload controlEmail confirmation controlRedirect to Url submit actionRobot Detection Robot Detection Let’s zoom in a bit on the robot detection. The detection is […]
Date Timespan Validator
The Date Timespan Validator is a new custom validator released in version 1.5 of the Sitecore Forms Extensions module. The module comes with 3 preconfigured timespan validators, but you can easily add you own. The validators are defined in /sitecore/system/settings/forms/validations/formsextensions. We provide a future date, past date and minimum age 18 validator with the package. […]
Inline thank you message on Sitecore Forms
With the release of Sitecore Forms Extensions module, the ShowFormPage custom submit action was added. This new custom submit action makes it possible to show a thank you message after submitting the form without the need of creating a dedicated seperate thank you page. With this action, the form is replaced inline via ajax, there […]
Prefill Fields in Sitecore Forms
New in version 1.4 of the Sitecore Forms Extensions module! With the new field data binding functionality you can prefill your Sitecore Form with contact data from the xDB profile. How In the forms editor, select the field you wish to prefill. A new section “Bindings” was added in the settings panel on the right. […]