I have a form which is going to a webhook during submit. The date field are sent as yyyy-mm-dd
I need to send it as dd-mm-yyyy, tried changing WordPress defaults to dd-mm-yyyy but that didn’t make a change to my form. There is no date format setting on the datepicker field. How to I change the date format?
]]>Hi, reset password not working “Incorrect login/email” jetformbuilder 3.3.4.2
Update jetformbuilder 3.4.2 with User Login Action 2.0.0 fatal error (WordPress 6.6.2, Hello Elementor (версия 3.1.1) Версия PHP 8.2.15 )
]]>Hello
Every time we send the form it gives a “Validation Error”.
We have checked the field names and they are correct.
Here is a screenshot of Form Records
]]>по умолчанию в форме считает ноль. как сделать чтобы по умолчанию стояла корректная цена.
шаг 2 * шаг 3 =0
]]>Hello Jetformbuilder team,
I’m experiencing an issue with your plugin. I have two forms on the same page, both set to reload the page ‘don’t want to use AJAX’ upon submission. When I fill out and submit the first form, I correctly receive the message “Form successfully submitted from test1,” which I configured. However, when I fill out and submit the second form, I still get the message “Form successfully submitted from test1” instead of “Form successfully submitted from test2,” which is the message I set for the second form.
Could you please help me resolve this issue so that each form displays its respective success message?
Thank you.
]]>I can able to send successfully to the users a verification email when they fill out a contact form. Now, I also want to send a notification email to the admin when a user confirms their email, and then send a ‘welcome’ email to the user. Can I do this using JetFormBuilder’s free version? If yes then please guide me on how can I do that.
]]>When adding a media type field, I am not finding the insert attachment button, which causes an image to be inserted into my media library, and I can use it in my posttype.
]]>How can I change the date format from the Jetformbuilder placeholder? I want to set the dd/mm/yyyy format. But it is showing mm/dd/yyyy.
]]>Hi, I’m having issues with the form and checkbox using meta fields created on meta box (JetEngine). All my fields work fine, but checkbox won’t show on front-end for edition. The fields are for users and they show on user edition, but I need a front-end version. Is there something I’m missing? Please check prints:
]]>I have a form to capture information from clients and it works, but after clicking submit it deletes the page. Please someone help me
]]>In previous versions I had the following mask: 9{1,3}.{0,1}9{0,1} which allowed me to enter numbers like:
123
78
89.7
With the new version of the plugin now when I enter a number using period and exit the input the plugin removes the period.
Example if I enter 89.7 it automatically converts it to 897
Dear Crocoblock-Team,
I have a question regarding conditional formulas in calculated fields.
Let’s say I have two fields:
1) A select field with the field name “business_model” and the two values “B2B” and “B2C”
2) A calculated field with the following formula:
( %FIELD::business_model% == ‘B2B’ ) ? 50 : 10
Even if I select “B2B” in the select field, 10 is displayed.
Is it possible that such conditions do not work with text values?
If I give them a numerical value, e.g. 1 for “B2B” and 2 for “B2C”, then at least this formula works:
( %FIELD::business_model% == 1 ) ? 50 : 10
However, it is not very practical to select numerical values because these are also sent (e.g. by email) instead of the actual select field names.
I try to generate a membership number for a new user when the user register. I use call hook to do that using action button from jetform builder because I use jetform builder to create registration form to add custom user meta when a user register. I use this code bellow to automatically generate membership number, but it doesn’t work and the membership number wont automatically generated. Please someone can help me with this problem. Here the hook I used.
add_action('jet-form-builder/custom-action/generate_member_number', function ($request, $action_handler) {
$user_id = $request['user_id'];
// Populate all used member number
$used_member_numbers = get_users(array(
'meta_key' => 'membership_number',
'fields' => 'id',
));
// If no member number is used, the first member number is 1.
if (empty($used_member_numbers)) {
$member_number = 1;
} else {
// Finds the smallest unused member number.
$member_number = 1;
while (in_array($member_number, $used_member_numbers)) {
$member_number++;
}
}
// Save the member number into user meta
update_user_meta($user_id, 'membership_number', $member_number);
}, 10, 2);
]]>
I am encountering some problems when creating a registration form for a woocommerce product using JetFormBuilder, I need to inform the fields VIRTUAL, DOWNLOADABLE and when clicking on the FILE button. DOWNLOAD, when opening the information screen I can enter the name of the file and its external link (this link was created in mediafire, I just copy it from there and paste it into the field described https://). I need to associate this with the woocommerce fields but they are not displayed in the Fields Map. Below are the examples mentioned in screens 01 and 02 that I am sending here now. I really need this help so I can complete this step in my project. The printed images are examples of what I use in the Bearbulk plugin and it works perfectly, but I need to register on the front-end and these fields are essential for what I need.
Note: I didn’t provide the link to the page as it is still under construction and the site in question is a test site but if needed I will let you know.
]]>I have used a Jetengine plug-in to add a custom field with Field type “Switcher” to an article.
https://tinypic.host/image/gRCmO
But when I set the front-end editing form of the article, I used the form field “Radio Field”, but when it is actually displayed on the front end, the form field will not display the setting “Yes” in the “Switcher” type field, but Yes displays “No”.
https://tinypic.host/image/gRahv
https://tinypic.host/image/gRh7d
https://tinypic.host/image/gRJ9Q
How can I set the “Radio Field” form field so that it can correctly capture the value of the article “Switcher” custom field and display it correctly in the edit form?
]]>Hi,
Is it possible to have links in a checkbox manual input label? It’s for Terms & Conditions consent and a link to these terms is needed in the ‘I agree to <terms link>’ label text.
If not can you suggest another way to achieve this?
Thanks
]]>An error of type E_ERROR was caused in line 54 of the file /home/sites/25a/4/418ba25e29/public_html/wp-content/plugins/jetformbuilder/modules/admin/module.php. Error message: Uncaught TypeError: JFB_Modules\Admin\Module::admin_footer_text(): Argument #1 ($footer_text) must be of type string, null given, called in /home/sites/25a/4/418ba25e29/public_html/wp-includes/class-wp-hook.php on line 308 and defined in /home/sites/25a/4/418ba25e29/public_html/wp-content/plugins/jetformbuilder/modules/admin/module.php:54
Stack trace:
#0 /home/sites/25a/4/418ba25e29/public_html/wp-includes/class-wp-hook.php(308): JFB_Modules\Admin\Module->admin_footer_text(NULL)
#1 /home/sites/25a/4/418ba25e29/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters(NULL, Array)
#2 /home/sites/25a/4/418ba25e29/public_html/wp-admin/admin-footer.php(48): apply_filters(‘admin_footer_te…’, ‘
]]>Hi Team,
I always install jetformbuilder for all my form needs and as crocoblock is integrated with bricks builder i use jetformbuilder to create and amanage forms for frontend profile builder. Please add form widget with all the styling same in elementor so we can drag it and style as we like.
Its not a good idea to write css evrytime adding form using shortcode.
Thankyou !
What is the hook that JetFormBuilder uses when someone submits a post from the frontend using a form?
How to jetengine query data in select feild ..there is an option but it’s not showing anything.
]]>The map field throws “This block has encountered an error and cannot be previewed.” error when you insert it.
]]>I want to create a conditional logic with the JetFormBuilder plugin so that when the user selects a day between Thursday and Friday, a field appears in the date picker, and between Saturday and Wednesday, another field appears. How i can do it?
]]>hi
I need to have one or more repeater fields inside a repeater field
Is this possible with jet form? Does it not cause bugs? Is it possible to access their data?
hi
I created a multi-step form and used a repeating field in one of the steps.
When testing as a user, when I complete the form and get to the repeating field step, if I don’t add a new item to the repeating field, everything is fine and the next step is active, but when I add an item to the repeating field The next button no longer works, and when I checked the codes, a disable property was added to the button and it was no longer clicked, and when I deleted the repeated field item, the next button was activated again and went to the next step.
This problem occurred in the latest version, 3.0.8.
I even disabled all plugins and only Jetform and Hello template were active, but the problem still persists
Please check and guide me
Hello
I’ve been using jetform builder in a website for a couple of years now. The forms are used to collect leads: when a vistor fills a form, it creates a “lead” CPT that is saved as draft, and then, using a webhook plugin, the CPT content is sent to a remote system.
The forms were working OK, but had to be kept in version 2.1.4, because “lead” CPT creation stopped working after that, and, later on, due to performance issues, memcached object cache was activated on site. However, whenever a form is filled, I get “Invalid Token” and no data is collected.
Maybe it’s the CPT creation that is not working (again), or maybe something else.
Can you suggest a solution for this?
Thanks in advace
]]>How to make checkbox radio required at least two checkboxes?
If only one is selected, a message appears “Please fill out this field.”
Thanks
]]>Elementor is well known for crocoblocks as the No.1 Editor, why its not supported to build forms using Elementor editor instead of the dump Gutenburg editor, if you want some ideas for doing so, you can go and *have a look at poitnet forms*, they are very well organized and they know what they are doing. all crocoblock products are amaizing, *when it comes to Jetform Builder*, i hate it and i’m forced to use because its integration with Crocoblocks other plugins
]]>how to set unique ID’s for text fields in jet form builder? example, if someone input the same value with the existing record then it will get error message
]]>In the form records is it possible to change the default number of fields to show to 20 so that it is not paginated, i know that i can be changed manually but to do that every time is a pain. Or able to export the form records in a csv?
I have looked at trying to add the submission into elementors own submission table so i can use their functionality along with your form but the post type of the elementor submissions isnt found. Any help would be appreciated.
Hi there,
I have a form with some conditional blocks and a calculated field, how can I exclude the conditional block fields from being calculated when the conditional block is hidden?
For example, in my form I have a checkbox field item called “Villa Deep Cleaning”. When this checkbox item is checked a conditional block is set to be visible and in this conditional block there is a select field, and it has items with different calculate values. However, when the checkbox item is not checked, and the conditional block is hidden the values are still calculated.
]]>