WFFM provide a lot of features to create Form in Sitcore. enable you to create your custom form from available list of types and save actions.
But what if I want to include the language and Referrer url in From Report .
we can do that by creating Custom Hidden Fields which will Contain this information so when you save the Form you will be able to see this information in the report .
that will include :
Step 1: Create Custom Hidden Fields.
you can create custom Hidden Language Field by added this custom class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you can create custom Hidden Referrer URL Field by added this custom class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sitecore SaaS Product Sitecore symposium just finished a couple of weeks ago and it comes with a big announcement about Sitecore SaaS that will be available by Summer 2020. Sitecore SaaS should help to accelerate and reduce the cost It will let us focus on customizing the solution while it will care about the main part such as installing, and upgrade the software. So Sitecore will manage the infrastructure of the software and application. All of that also come with a new Sitecore Headless developer experience to work with the platform and that should provide developers the extensibility needed to integrate with another system. The Sitecore SaaS will be separated product than the Sitecore Experience platform but I think it will not have all the “Sitecore Experience Platform” features with the early version Why SaaS Now? Software as a service (SaaS) is a type of cloud computing, and it is a software distribution model in which a third-party provider...
this issue appear when I tried to install Sitecore 9.0.2 for the first time and it seems SIF Certificate is expired So I got this error PS>TerminatingError(New-SelfSignedCertificate): "CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD)" >> TerminatingError(New-SelfSignedCertificate): "CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD)" >> TerminatingError(New-SelfSignedCertificate): "CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD)" Install-SitecoreConfiguration : CertEnroll::CX509Enrollment::_CreateRequest: The time period is invalid. 0x80630705 (-2140993787 PEER_E_INVALID_TIME_PERIOD) At C:\Sitecore 9.0.2\Install.ps1:44 char:1 + Install-SitecoreConfiguration @xconnectParams + ~~~~~~~~~~~~~~~~~~~~~~~~~...
Sitecore 9 Update 2 just released before couple of days. and in this post I will show you how to have a quick Sitecore installation on your machine. First Step: Prepare Folder that contain all the required package and Configurations File Create Folder C:\SitecoreInstall that will contain all your configurations Install the On Premises package and extract it in C:\SitecoreInstall from https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/90/Sitecore_Experience_Platform_90_Update2.aspx Extract XP0 Configuration files 9.0.2 rev. 180604.zip which contain the Configuration files Added your License file license.xml to C:\SitecoreInstall Kamsar provide great script help you which Generate trusted local SSL cert for Solr install it from https://gist.github.com/kamsar/c3c8322c1ec40eac64c7dd546e5124de and add it to C:\SitecoreInstall Now your Folder should look like Second Step : Solr Installation Download the solr 6.6.2.zip from ...
Comments
Post a Comment