Formttools are designed to work in conjunction with the FarCry content type. They use the type metadata cached in memory to determine how the display and edit views of specific properties should be rendered.

Each *formtool* is a component with a minimum of three methods:

All aspects of the various "formtool" behaviours can be overridden by the developer by simply adjusting the attributes passed into the relevant form tool tag.

Although typically accessed through a library of custom tags, formtools are built on a core component library that can be extended. Formtools can be extended or supplemented either in your project or through a shareable library of FarCry code. There is also a custom tag library available (./core/tags/formtools) that simplifies their use.