Blog

Here you can find Forms Bridge news, code snippets and much more. Start by using the search bar to find what are you looking for or use categories to filter the contents.

  • 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…

    Read more →

  • Deep dive into mutation layers

    In the tutorial we will explain in detail mutation layers and json fingers. The tutorial includes tips and tricks for its use and advanced use examples. Forms Bridge use workflows to process form submission data before it is sent over the wire. A workflow is a chain of jobs that receive a form submission payload…

    Read more →

  • Forms Bridge 3.4.1

    Forms Bridge 3.4.1 is now available. This patch includes new templates, a refactor of the Holded’s introspection API and minor fixes on the UI.

    Read more →

  • Using the Odoo quotations template

    In this tutorial we will explain how to bridge your WordPress forms to Odoo to set up a transactional form that creates product quotations. The resulting bridge will create a partner, and a new quotation linked to the former and with a product line with unit price and quantity. This tutorial assumes you have an…

    Read more →

  • Workflow Job Schema

    Forms Bridge utilizes JSON Schemas to describe settings and perform data validations. An example of this use is the Workflow Jobs registration. This is the schema of a workflow job setting data: And this is an example of a valid workflow job setting data: To validate this settings on registration time Forms Bridge utilizes the…

    Read more →