Powerful Dynamic Form Builder
I’ve been using JetFormBuilder for the past two years across both my personal and client projects, and it has consistently exceeded my expectations. I’ve used many form builders over the years, but JetFormBuilder stands out as one of the best for dynamic form creation especially if you’re working with custom data in WordPress. Highly recommended for developers and anyone looking for a powerful, flexible, and modern form builder plugin!
The Best Form Builder!
The Best Form Builder!
One of the BEST Form Plugins.
One of the BEST Form Plugins.
Wonderful!
This form plugin offers many features, even in its free version. It also has the advantage of being compatible with Mosparo, an anti-spam system that I’ve been very happy with.
A fantastic AI-connected form builder
When your business is dependent on WP plugin providers, its critical you put your eggs in baskets that are reliable and attentive. Crocoblock embodies these principles for us. Their native integration with AI models via MCPs and their Command Center just means that they’re also strategically de-risking their products.
Good functionality, but zero support for long-standing i18n bugs
I really wanted to give this 5 stars because the form builder logic is solid. However, a plugin is only as good as its support. Serious localization (i18n) issues have been documented on this forum for over 2 years without any fix or even an acknowledgement from the team. My own support requests also remain unanswered. It feels like the community is being ignored. Specifically, for the Phone Field, the JS translation files exist in the plugin folder but are not correctly enqueued/used for the country list. Since there is no official fix, I had to solve it via PHP for my Turkish users. For anyone struggling with the same issue, you can use this filter as a workaround: add_filter( ‘jet-form-builder/phone-field/i18n’, function( $i18n ) { if ( strpos( get_locale(), ‘tr’ ) !== 0 ) return $i18n; $tr_translations = [ ‘selectedCountryAriaLabel’ => ‘Seçili ülke’, ‘noCountrySelected’ => ‘Ülke seçilmedi’, ‘countryListAriaLabel’ => ‘Ülke listesi’, ‘searchPlaceholder’ => ‘Ara’, ‘zeroSearchResults’ => ‘Sonuç bulunamadı’, // Add country ISO codes here (e.g., ‘tr’ => ‘Türkiye’, ‘us’ => ‘ABD’…) ‘tr’ => ‘Türkiye’, ‘az’ => ‘Azerbaycan’ ]; return array_merge( $i18n, $tr_translations );}); I hope the developers start paying attention to the community. Until then, 3 stars is the maximum I can give for an “unsupported” tool.
Wonderful!
This form plugin offers many features, even in its free version. It also has the advantage of being compatible with Mosparo, an anti-spam system that I’ve been very happy with.
A fantastic AI-connected form builder
When your business is dependent on WP plugin providers, its critical you put your eggs in baskets that are reliable and attentive. Crocoblock embodies these principles for us. Their native integration with AI models via MCPs and their Command Center just means that they’re also strategically de-risking their products.
A complete and dependable form + data system for WordPress
I’ve used a lot of form builders over the years, and JetFormBuilder (within the Crocoblock ecosystem) stands out for one main reason: it’s built for real projects, not just simple forms. You can connect forms directly to custom post types, dynamic data, and complex workflows without needing multiple external plugins. That reduces complexity and makes everything easier to maintain long-term. The system is flexible without being fragile, and updates have been consistent. If you’re working on anything beyond basic sites, this is a much more sustainable solution compared to most standalone form plugins.
Good functionality, but zero support for long-standing i18n bugs
I really wanted to give this 5 stars because the form builder logic is solid. However, a plugin is only as good as its support. Serious localization (i18n) issues have been documented on this forum for over 2 years without any fix or even an acknowledgement from the team. My own support requests also remain unanswered. It feels like the community is being ignored. Specifically, for the Phone Field, the JS translation files exist in the plugin folder but are not correctly enqueued/used for the country list. Since there is no official fix, I had to solve it via PHP for my Turkish users. For anyone struggling with the same issue, you can use this filter as a workaround: add_filter( ‘jet-form-builder/phone-field/i18n’, function( $i18n ) { if ( strpos( get_locale(), ‘tr’ ) !== 0 ) return $i18n; $tr_translations = [ ‘selectedCountryAriaLabel’ => ‘Seçili ülke’, ‘noCountrySelected’ => ‘Ülke seçilmedi’, ‘countryListAriaLabel’ => ‘Ülke listesi’, ‘searchPlaceholder’ => ‘Ara’, ‘zeroSearchResults’ => ‘Sonuç bulunamadı’, // Add country ISO codes here (e.g., ‘tr’ => ‘Türkiye’, ‘us’ => ‘ABD’…) ‘tr’ => ‘Türkiye’, ‘az’ => ‘Azerbaycan’ ]; return array_merge( $i18n, $tr_translations );}); I hope the developers start paying attention to the community. Until then, 3 stars is the maximum I can give for an “unsupported” tool.
Wonderful!
This form plugin offers many features, even in its free version. It also has the advantage of being compatible with Mosparo, an anti-spam system that I’ve been very happy with.
A fantastic AI-connected form builder
When your business is dependent on WP plugin providers, its critical you put your eggs in baskets that are reliable and attentive. Crocoblock embodies these principles for us. Their native integration with AI models via MCPs and their Command Center just means that they’re also strategically de-risking their products.