Intro
eightshift Forms provides ability to use add-ons to extend the functionality of the plugin. This documentation will guide you through the process of creating a new add-on for the eightshift Forms plugin.
Steps to create a new add-on:
- Setup your add-on boilerplate plugin.
- Read the requirements for creating a new add-on in order to ensure that your add-on is working properly.
- Use the utils library to provide consistent and reusable utility functions for your add-on.
- Add your custom functionality to the add-on.
- Install and activate your add-on after the main plugin is installed and activated.
- Contact the eightshift Forms team to add your add-on to the official list of add-ons.