There is a specific implementation of the multi-page forms I saw around where the form is not submitted. Instead, it simply displays a “Thank you” message – without a redirect submit action.
Continue reading “When multi-page forms submission are accounted as abandoned”Tag: Sitecore Forms
Sitecore Forms: How to change the id attribute
Do you want to change the way Sitecore Forms generates ids or any attributes? Then follow through this short post.
Continue reading “Sitecore Forms: How to change the id attribute”Tutorial: Send email based on field value using EXM, Forms, and Marketing Automation
I had some clients asking me how to send an e-mail based on a value selected in a field using the Sitecore Forms. Let us say, you have a field named “Topic” and if the visitor selects the option named “Gifts” he gets an email offering a free voucher for a Gift. If this same visitor selects the option “Books”, he gets a totally different email.
In this tutorial, I share how you can achieve this by using EXM, Forms, and Marketing Automation.
Continue reading “Tutorial: Send email based on field value using EXM, Forms, and Marketing Automation”Create a dropdown list with external data in Sitecore Forms
Sitecore Forms comes with an out-of-the-box dropdown list field that allows you to choose between a static or a dynamic data source. In today’s blog post I am sharing a simple way to create a custom dropdown list that displays external data from systems such as Salesforce.
Continue reading “Create a dropdown list with external data in Sitecore Forms”How to create a Fieldset HTML element in Forms
The scope of this post is to walk you through a detailed process of how to create a custom Form element. You can achieve the same by following the Walkthrough: Creating a custom form element page. However, I want to share a step by step process with some extra explanations and tips.
Continue reading “How to create a Fieldset HTML element in Forms”Automatically bootstrap fields in Sitecore 9 Forms
Sitecore Forms enables you to easily create forms by dragging and dropping fields. It also supports Bootstrap. However, if you want to use Bootstrap framework, you must follow a set of steps to add the proper wrapper and classes around each field. Needless to say, this approach is not user friendly at all.
In this post, I share with you a custom processor that automatically wraps fields and adds the proper classes to each input and label.
Continue reading “Automatically bootstrap fields in Sitecore 9 Forms”How to check if page mode is Experience Forms
In this post I share a quick tip on how to to check if the current page is Forms Designer.
Continue reading “How to check if page mode is Experience Forms”
Why my custom submit action doesn’t work?
When creating a custom submit action in Sitecore Forms, all you need to do is to inherit the SubmitActionBase base class and override the Execute method, right? Wrong!
In this article, I want to share some gotchas when creating a custom submit action in the Sitecore Experience Forms.
Continue reading “Why my custom submit action doesn’t work?”
Make Sitecore Forms more secure
In this blog post, I will talk about two approaches on how to make Sitecore Forms more secure. First I will cover the encryption of data at rest (data storage) by enabling Transparent Data Encryption (TDE) on SQL Server. Then I will walk you through on how to encrypt data stored by Forms in SQL databases.
Is it time to migrate my WFFM forms to Sitecore Forms?
You have probably heard about the new Sitecore Forms, announced in the Sitecore Symposium 2017 and available at the Sitecore Experience Platform 9.0 Initial Release. Now, there is a question that comes to mind. Is it time to migrate your WFFM forms to Sitecore Forms?
Continue reading “Is it time to migrate my WFFM forms to Sitecore Forms?”