WordPress 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.
- 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.
- Place
dynamic-form-builder.phpand theassets/folder intowp-content/plugins/dynamic-form-builder/. - Activate "Dynamic Form Builder" from the WordPress Plugins menu.
-
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"]
WordPress · PHP 7.4+