Releases: SitecoreSupport/Sitecore.Support.67848
Releases · SitecoreSupport/Sitecore.Support.67848
8.1.1.0
Description
This patch allows to prefill the Checkbox List
field from the URL query string for ASP.NET MVC Forms
Compatibility
The release was built for and tested with:
- Sitecore Experience Platform 8.1 rev. 151207 (Update-1)
- Web Forms for Marketers 8.1 rev. 151217 (Update-1)
Contents
- bin/Sitecore.Support.67848.dll
Installation
For all Sitecore instances in the solution:
- Make a backup of the files mentioned in
Contents
section that already exist inWebsite
folder. - Extract the contents of the archive to the
Website
folder, overwrite existing files if any conflicts occur. - Open the
/sitecore/system/Modules/Web Forms for Marketers/Settings/Field Types/List Types/Checkbox List
item and replace the following line in theMVC Type
field:
Sitecore.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Forms.Mvc
With this line:
Sitecore.Support.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Support.67848
- Save and publish this change.
Uninstallation
- Open the
/sitecore/system/Modules/Web Forms for Marketers/Settings/Field Types/List Types/Checkbox List
item and replace the following line in theMVC Type
field:
Sitecore.Support.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Support.67848
With this line:
Sitecore.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Forms.Mvc
- Save and publish this change.
- Remove the files listed in the
Contents
section. - Restore the original files from the backup made during installation.
Important Notes
- The patch should be installed only if recommended by Sitecore Support.
- Any related issues and other feedback should be reported via support portal, check KB 654910 for details.
- Check KB 077333 to find more information about Sitecore Patches.