All posts for "XForms"
List of XForm System Localization Keys in EPiServer 7
on April 30, 2013 in Episerver, Episerver CMS, XForms, Development withI've recently been working on translating text that is displayed along with an XForm property. Since the localizations that are shipped with EPiServer 7 are now embedded in the assemblies, it's not as easy as searching through an XML file for the keys you need to override. So, as a reference, here are the system localization keys related to XForms that are embedded into EPiServer 7.
Creating a XForm Block in EPiServer 7 MVC with Working Validation (Updated)
on April 11, 2013 in Episerver, Episerver CMS, MVC, XForms, Development withI initially posted this solution on the Nansen blog, but since then the code has been updated for both bug fixes and to reduce unnecessary layers (at least, unnecessary for my situation).
With the flexibility that block types offer in EPiServer 7, it would make sense that one common feature that people would want is an XForm in a block, so editors can freely add, move, and reuse blocks with forms around their website. In a recent project, this was one of my requirements.