In this tutorial you’ll learn how to implement and register your own custom element type. As an example, we’ll be creating a post search element type with autocompletion functionality.
Archives: Tutorials
Using the bundled fields library
Torro Forms bundles a reusable fields library that is applied throughout the entire plugin. Whether it’s fields for form options, regular settings or even element type settings – here’s how you specify the field definitions.
Working with modules
Become familiar with the concept of modules for advanced form behavior, and create your own integration.
Working with the plugin’s object types
This tutorial will get you familiar with the classes needed when interacting with the object types representing the Torro Forms core data.
Object types and database schema
This tutorial explains the core object types that Torro Forms revolves around. It explains the hierarchical relationships between them, which properties they include and how they are stored.
Accessing services
Learn which services the Torro Forms plugin bundles, how you can access them and how you can add services in your extension.
Creating an extension
Learn how to write a solid Torro Forms extension by getting familiar with the official extension boilerplate.