AI for JetFormBuilder
WordPress plugin that adds two AI-powered actions and three submission events to JetFormBuilder, so forms can branch, classify, and enrich submissions using OpenAI's structured-output API.
by Soczó Kristóf · github.com/lonsdale201/ai-for-jetformbuilder · website
★ 2stars
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/ai-for-jetformbuilder/archive/refs/heads/main.zipFrom the readme
AI for JetFormBuilder
WordPress plugin that adds two AI-powered actions and three submission events to JetFormBuilder, so forms can branch, classify, and enrich submissions using OpenAI's structured-output API.
- AI Verdict — sends the form submission to the AI, expects a TRUE/FALSE decision back, and dispatches one of two events accordingly.
- AI Enrichment — asks the AI to produce one or more typed values (string, integer, boolean, enum, array, …) and writes them into hidden form fields, so downstream actions (Send Email, webhooks, post creation, …) can use them as if the user had filled them in.
Both actions speak to the OpenAI Responses endpoint with strict JSON Schema, so the model's output is contract-checked, not free-form text.
Requirements
- WordPress 6.0+
- PHP 8.0+
- JetFormBuilder active.
- An OpenAI API key.
Provider note (1.0): only the OpenAI API is supported in this release. The plugin sends requests directly to https://api.openai.com/v1/responses and expects an OpenAI-compatible structured-output payload. Alternative providers / gateways (e.g. OpenRouter) are tracked in the roadmap.
Installation
1. Upload the plugin folder to wp-content/pl