← Blog

Tutorials

Tutorials, guides and code snippets.

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

  • Deep dive into field mappers

    In the tutorial we will explain in detail field mappers 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 →

  • 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: And this is the forms_bridge_holded_contact_id method definition: To validate this settings

    Read more →