开发者 |
crocoblock
mjhead hugreed |
---|---|
更新时间 | 2025年2月20日 20:18 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.7.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
At first, I thought this was just another free form builder for Gutenberg, but I was wrong. I wanted to share what got me so excited about it after only the first 5 minutes.– Paul Charlton from WPTuts. https://www.youtube.com/watch?v=GTWeLrZspoA WORDPRESS FORMS YOU CAN CREATE JetFormBuilder is a user-friendly form creator that lets you create new forms and add them to the form page. From a simple form to multi-step form design – you can nail down any form type:
JetFormBuilder uses the WordPress native blocks editor, also known as Gutenberg, for creating forms. Apart from Gutenberg, JetFormBuilder is compatible with Elementor. You can output a form on the frontend using the JetForm widget and style its looks, as well. As to the remaining page builders (like Divi, Oxygen, etc.), the form can be displayed via a shortcode only. To style its fields, you’ll need JetStyleManager.
Yes. You can use the Insert/Update Post post-submit Action to add and edit posts of any type from the frontend. Besides that, you’re able to assign and modify any metadata of the given post.
Absolutely. You can use the Register User post-submit Action to create a custom registration form. This post-submit action allows you to set user metadata, as well.
Sure. You can create a script that runs on a webhook in either Zapier or Integromat and then use the Call Webhook post-submit Action to launch it when the form is being submitted.
It is. Thanks to the Send Email post-submit Action, you can send any number of emails you want during any form submission. For instance, you’re able to send an email to a predefined address, the site administrator’s email, or the email address specified in one of the submitted form fields.
Yes. JetFormBuilder is compatible with ACF, Toolset, and JetEngine itself.
If desired, you can transfer all JetEngine Forms to Gutenberg using a special addon – JetFormBuilder Converter.
JetFormBuilder currently embraces 24 field blocks, but the number is to grow eventually.
It is, actually. If you’ve already purchased either an All-Inclusive or Lifetime Crocoblock package, all JetFormBuilder PRO Addons are available to you for free. For those of you who got a Custom subscription, there’s always a chance to upgrade. In this case, you’ll have to pay the difference between your current plan and that you choose.
Yes. It's a push-a-button easy to import/export and duplicate your forms using the default WordPress features.
Once you set the Store Form Record Action you can check every single submitted form field data, submission date, the status of completeness, and user name on the **Form Records Page.
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
use autocomplete
option in Select Field
when loading via AJAXJetFormBuilder Hubspot Action
addonJetFormBuilder Woocommerce Cart & Checkout Action
addonCalculated Field
when using Dynamic ValueEnable form pages progress
and Clear data on success submit
options on Elementor pagesIs field value unique
callback for the Advanced Validation
option with the Server-Side Callback
typeOpen in New Tab
option to the Redirect to Page
actionREST API Request
form actionConditional Block
functionalityAppointment Provider
Form ID
сontrol to the JetForm widgetpassword
type fields during form verification actionRemove mask on submit
optionTimeout in seconds
setting
3.4.2
add_user_id
optionmax_size
& max_files
attributes in Media Fieldjet-form-builder/before-field
& jet-form-builder/after-field
(props @stijnvanouplines)add_filter( 'jet-form-builder/action/insert-post/allow-change-post-type', '__return_true' );
Disable Next button
=> disabled, Scroll to the top on page change
=> enabled, Automatic focus
=> enabledjet-form-builder/option-query/set-in-block
hook.<div data-jfb-macro="field_name"></div>
instead of <!--JFB_FIELD::field_name-->
*_jet_fb_records
tablejet_fb_records
jet-form-builder/form-handler/after-send
hook gets the wrong form resultterm_titles_by_ids filter
return fatal error.trigger( 'change' )
support for checkboxes when changing state via Dynamic Valuejet-form-builder/media-field/before-upload
hookproduct
(which was created by JetEngine or another similar plugin)jet.fb.submit.ajax.promises
hookjet-form-builder/send-email/send-before
3.0.2
[name]_copy
in the duplicate/copy fields block%
as an operator signterm_title_by_id
macro incorrectly
3.0.0
inserted_{$post_type}
to the Form Requestjet-plugins
script
2.1.11
jet-form-builder/action/webhook/request-url
2.1.9
post_link_by_id
macro support multiple valuesjet-form-builder/forms/generators/num-range/start-from
jet-form-builder/after-init
jet-form-builder/preset-sanitize
. Return a boolean value, checking if the preset is available.jet-form-builder/table-engine
. Return string value with name of database engine. Ex.: MyISAMMove to Trash
, Get from the form field
, Keep current status
<!-- JFB_FIELD::name -->
macro usageReferer URL
jet-form-builder/editor/hidden-field/config
for hidden-field configjet.fb.macro.field.value
1.4.2
jet.fb.submit.reload.promises
& jet.fb.submit.ajax.promises
1.4.0
<!--JFB_FIELD::field_name-->
macro for displaying values from fields.languages/readme.md
for details.%field_name%
macros in custom url in Redirect to Page action.Condition Operator
for Action Conditions (AND
& OR
).jet-form-builder/frontend-settings
.
Through it you can change the size of the indent for auto scrollingjet-form-builder/file-upload/custom-html
Through it, you can add a custom html to the preview of the loaded image
through the Media Field
1.3.0
max_size
attribute for media-field in floatjet-form-builder/preset/source-types
php filter
1.2.4
jet-form-builder/render-choice/query-options/posts
& jet-form-builder/render-choice/label/posts
php hooks and the same for terms, instead of 'posts' - 'terms'jet-form-builder/editor-package/before
field-type-{id}
for each fieldGateway_Manager::has_gateway
jet-form-builder/field-data/calculated-field
jet.fb.calculated.field.available.fields
1.2.2
reCAPTCHA v3
Mailchimp
, GetResponse
& ActiveCampaign
actionsjet-form-builder/render/{field_type}
to control the rendering of the fieldjet.fb.register.fields.controls
for registering & manage block-fields controlsjet.fb.register.plugins
for registering custom sidebar-pluginsjet.fb.register.fields
for registering custom form fieldsapiVersion:2
of blocks registration in Gutenberg
1.1.7
Label of progress
for Form Break Field
jet_fb_form
shortcode. Example: [jet_fb_form form_id="4338" submit_type="ajax" required_mark="***" fields_layout="row"]
1.0.1