← Blog

Tutorials

Tutorials, guides and code snippets.

  • Bridge WooCommerce orders with Holded

    In this tutorial we will explain how to bridge your WooCommerce orders to Holded. The resulting bridge will convert placed orders in WooCommerce to sale orders linked to new contacts. This tutorial assumes you have an active Holded account with access to the REST API. Enable the addon The first step is to enable the…

    Read more →

  • Bridge WooCommerce orders with Dolibarr

    In this tutorial we will explain how to bridge your WooCommerce orders to Dolibarr. The resulting bridge will convert placed orders in WooCommerce to sale orders on the sales module linked to new third parties. This tutorial assumes you have a Dolibarr instance with access to the REST API and, at least, the Sales module…

    Read more →

  • Bridge WooCommerce orders with Odoo

    In this tutorial we will explain how to bridge your WooCommerce orders to Odoo. The resulting bridge will convert placed orders in WooCommerce to sale orders on the sales module linked to new partners

    Read more →

  • Using the Dolibarr proposals template

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

    Read more →

  • Using the Holded product quotations template

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

    Read more →

  • How to use the debug console

    In this tutorial we will talk about the debug console and how you can use it to inspect your bridges running under the hood. Forms Bridge is a plugin that handles form submission as a stream of data that flows from your WordPress forms to your backend APIs. No records are saved on the database,…

    Read more →

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