Dynamic Form Builder
WordPress plugin — dynamic form builder
by Arro38 · github.com/arro38/wordpress_plugin_dynamic-form-builder
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/arro38/wordpress_plugin_dynamic-form-builder/archive/refs/heads/main.zipWordPress plugin for building interactive forms with conditional branching.
Each answer to a question can either lead to another question or redirect to a URL. This lets you build guided questionnaires, decision trees or qualification funnels directly from the WordPress admin, without writing any code.
Features
- Dedicated custom post type ("Dynamic Forms") to manage each form.
- Question and answer editor in the admin.
- Conditional branching: each answer leads to another question or to a URL redirect.
- Form rendering through a shortcode.
- "Shortcode" column in the forms list, ready to copy and paste.
Installation
- Place
dynamic-form-builder.phpand theassets/folder intowp-content/plugins/dynamic-form-builder/. - Activate "Dynamic Form Builder" from the WordPress Plugins menu.
Usage
-
Open Dynamic Forms → Add a form.
-
Add your questions; for each answer, choose the action: go to a question or redirect to a URL.
-
Publish the form and copy the shortcode shown in the "Shortcode" column.
-
Paste the shortcode into a page or a post:
[dynamic_form id="123"]
Compatibility
WordPress · PHP 7.4+