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. […]
Configure and Extend Field Binding for Sitecore Forms
With version 1.4 of the Sitecore Forms Extension module, field binding was introduces in order to prefill and store user data on a form. More info on this functionality can be found in the post: http://onelittlespark.bartverdonck.be/prefill-fields-in-sitecore-forms/ The functionality was build to extend it with your own binding sources. Doing so, will allow you to fetch and […]
File Upload for Sitecore Forms
Version 1.1 of the Sitecore Forms Extensions add the File Upload Control to your forms toolbox! It features 2 implementations for storing your files (file system or azure blob storage) and is easily extensible to add your own storageprovider. The control also comes with 2 validators. One for the content type of the files and […]
Google ReCaptcha for Sitecore Forms
Want to protect your forms from spam and abuse? Google’s reCaptcha is your friend and is adopted as the de facto industry standard. The Sitecore Forms Extensions module now comes with a control to support google reCaptcha. Configuration The recaptcha needs to be configured in the sitecore settings. There are 2 settings to provide: the […]
Send Sitecore Forms to a fixed email address
This page was updated on June, 10th 2018 to reflect the changes in v1.2. Download Sitecore Forms Extensions on github. With Sitecore 9, the new Sitecore Forms module was introduced. With 9.0.1 the integration with Sitecore Email Experience Manager (EXM) was added. Whilst this module looks very promising, the functionality is currently limited. One of […]