Skip to content

Releases: SitecoreSupport/Sitecore.Support.67848

8.1.1.0

29 Sep 12:49
Compare
Choose a tag to compare

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:

  1. Make a backup of the files mentioned in Contents section that already exist in Website folder.
  2. Extract the contents of the archive to the Website folder, overwrite existing files if any conflicts occur.
  3. Open the /sitecore/system/Modules/Web Forms for Marketers/Settings/Field Types/List Types/Checkbox List item and replace the following line in the MVC Type field:
    Sitecore.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Forms.Mvc
    With this line:
    Sitecore.Support.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Support.67848
  4. Save and publish this change.

Uninstallation

  1. Open the /sitecore/system/Modules/Web Forms for Marketers/Settings/Field Types/List Types/Checkbox List item and replace the following line in the MVC Type field:
    Sitecore.Support.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Support.67848
    With this line:
    Sitecore.Forms.Mvc.ViewModels.Fields.CheckboxListField,Sitecore.Forms.Mvc
  2. Save and publish this change.
  3. Remove the files listed in the Contents section.
  4. 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.