umbraco v8 Archives - Code Craftsman http://www.codecraftsman.us/ Tales from a Dev Dad Tue, 29 Sep 2020 03:11:36 +0000 en-US hourly 1 https://wordpress.org/?v=5.9.3 https://www.codecraftsman.us/wp-content/uploads/2020/08/cropped-code-craftsman-logo-32x32.png umbraco v8 Archives - Code Craftsman http://www.codecraftsman.us/ 32 32 Create a custom html field type in UmbracoForms https://www.codecraftsman.us/create-a-custom-html-field-type-in-umbracoforms/ Wed, 16 Sep 2020 02:06:36 +0000 https://www.codecraftsman.us/?p=177 Ran into a situation today where I needed to place some non-input UI between fields in an UmbracoForm. I was using it to place some contract term links, but it can be used for any custom html markup. I’ll preface this post by stating I’m working in: Umbraco 8.6.1UmbracoForms 8.4.2 I started by creating a new model to represent the new Field Type and place it in my class library at Models/Forms/CustomHtmlField.cs; keep it organized. If you don’t have a custom code library created yet, follow my Umbraco project setup guide. Run a build on the class library, then switch…

The post Create a custom html field type in UmbracoForms appeared first on Code Craftsman.

]]>
My Umbraco v8 project setup in Visual Studio https://www.codecraftsman.us/my-umbraco-v8-project-setup-in-visual-studio/ Tue, 01 Sep 2020 01:03:28 +0000 https://www.codecraftsman.us/?p=173 If you've been tasked with customizing an Umbraco project for the first time, it can take some time to figure out the ideal project structure. I worked through several issues already and will show you a simple Visual Studio setup that makes custom models and logic a breeze while staying organized.

The post My Umbraco v8 project setup in Visual Studio appeared first on Code Craftsman.

]]>