Skip to content

Instantly share code, notes, and snippets.

@BillCacy
Created July 31, 2020 05:39
Show Gist options
  • Save BillCacy/4983a15149db8b29980601c70dcaa78f to your computer and use it in GitHub Desktop.
Save BillCacy/4983a15149db8b29980601c70dcaa78f to your computer and use it in GitHub Desktop.
Sitecore 9 Forms Encrypted Field View Model
using System;
using Sitecore.ExperienceForms.Mvc.Models.Fields;
namespace Sample.Feature.Forms.ViewModels
{
[Serializable]
public class StringInputEncryptedViewModel : StringInputViewModel
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment