WP Manifestindependent plugin directory
manifest / integrations / fluentboards-for-jetformbuilder

FluentBoards for JetFormBuilder

This add-on lets JetFormBuilder forms create new tasks inside existing FluentBoards boards. The action is called FluentBoards: Create Task.

by Soczó Kristóf · github.com/lonsdale201/fluentboards-for-jetformbuilder

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lonsdale201/fluentboards-for-jetformbuilder/archive/refs/heads/main.zip

Readme

FluentBoards for JetFormBuilder

Stable tag: 1.0.0

Installation

Install and activate the plugin like any WordPress plugin: upload it to wp-content/plugins, then enable it from the Plugins page.

[!IMPORTANT] This add-on requires the Fluent Boards plugin to be installed and active, alongside JetFormBuilder.

Overview

This add-on lets JetFormBuilder forms create new tasks inside existing FluentBoards boards. The action is called FluentBoards: Create Task.

Usage

  1. Create a form with JetFormBuilder.
  2. Add the FluentBoards: Create Task post-submit action.
  3. Select the Board and Stage (both fields are required). When you choose a board the stage selector automatically lists the stages available in that board.
  4. Configure the Fields map:
    • Task name – required, becomes the task title.
    • Task description field – optional, populates the task description.
    • Priority field – optional; accepts only low, medium, or high (defaults to low).
    • Due date field – optional ISO-8601 date (e.g. 2025-12-31T12:00) or Unix timestamp.
    • Assignee field – optional; accepts user ID, username, or email. If the user isn’t already a board member the plugin adds them automatically.
    • Attachment field – optional; accepts one or multiple file inputs. Files are copied into the board’s own storage (and remain in JetFormBuilder’s upload directory as well).

Known Issues

  • When selecting a board you might need to click the dropdown twice before the stage list refreshes (AJAX timing quirk).
  • Uploaded files are duplicated (JetFormBuilder keeps its copy while another copy is made inside FluentBoards). Removing the duplication is on the roadmap.

With these settings in place every new form submission can create a FluentBoards task automatically.

Read the full README on GitHub →