Source for forms setting editors

Does anyone know if the source for the built in Umbraco forms (v17) settings editors are available anywhere? I want to do something similar to the field mapper, but could do with something as a reference to get me started!

Hi @Attackmonkey

I found this if it’s any help?

It links through to some examples that may be of use.

Justin

I’ve already read the docs, the bit I’m struggling with is how to do things like get the current form fields for the form the workflow is assigned to and things like that! As the existing ones do that, I was hoping the built in ones might be available so we can learn from them!

After much searching, I’ve found this: Working with the Form Workspace Context | Forms 17.latest (LTS) | Umbraco Documentation which is exactly what I’m after :slight_smile: