How to register custom workflow jobs
Forms Bridge has a variety of workflow jobs out of the box. At the same time, its possible to register custom workflow jobs from your theme or plugin using PHP. A workflow job is nothing more than a function that gets a submission payload and a bridge instance as input parameters and returns the payload…