I am in the process of looking in to how we can update an site created in Umbraco 7 and 8 that use form in a custom IONIC app that one of my colleges wrote a while ago.
I have worked out how to pull the forms them self and dump them as JSON but there a couple of lines of code I am having issues with.
// Get Field Types
FieldTypes fieldTypes = new FieldTypes();
umbForms.fieldTypes = fieldTypes.GetAll();
This looks like it uses a Build in Method in Umbeco 7 and 8 to get the Field Types, But I can’t work out how to do this in 13.