Umbraco Forms 13 - How to customize backend rende...
# help-with-umbraco
j
I want to customise the way the backoffice renders fields or allows editing to add extra functions, how can this be done in V13 as there seems to be no docs on this?
Could really do with some help on this one as its massively blocking and I can't find anything about how to customise the designer / the way fields are shown in the forms to be able to handle and render data differently, editview doesn't seem to do anything either for individual field types
d
I think that's what UI Builder is for now? Dunno much about it yet. Previously you would create your own data types and control the view with angular But that way is dead now
j
Yea but I thought that is for 14 and onwards?
s
I don't think it's officially supported, so you'll have to dig around in the source tab in you browser developer tools. You can probably deregister the extension that adds the form designer and replace it with your own.
4 Views