Title: Andrey Shevchenko's Replies | WordPress.org

---

# mjhead

  [  ](https://wordpress.org/support/users/mjhead/)

 *   [Profile](https://wordpress.org/support/users/mjhead/)
 *   [Topics Started](https://wordpress.org/support/users/mjhead/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mjhead/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mjhead/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mjhead/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mjhead/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mjhead/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 118 total)

1 [2](https://wordpress.org/support/users/mjhead/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mjhead/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/mjhead/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/mjhead/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/mjhead/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/mjhead/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] How to implement validation of the fields without clicking a Submit button?](https://wordpress.org/support/topic/how-to-implement-validation-of-the-fields-without-clicking-a-submit-button/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-implement-validation-of-the-fields-without-clicking-a-submit-button/#post-14888179)
 * Hi! Sorry for the delay. Just checked your page, can’t find required code here.
   The best for your case will be add required JS code into this file – [https://www.bakingwiththeory.com/wp-content/plugins/jet-forms-use-field-values-master/assets/js/use-field-values.js](https://www.bakingwiththeory.com/wp-content/plugins/jet-forms-use-field-values-master/assets/js/use-field-values.js),
   something like this – [http://prntscr.com/1sxixvr](http://prntscr.com/1sxixvr)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Call a custom hook](https://wordpress.org/support/topic/call-a-custom-hook/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/call-a-custom-hook/#post-14886169)
 * Hi! Yes, really good case! You can do this by using only `Insert Post` and `Call
   custom hook` actions.
 * At first you need to setup insert post action with settings you need
 * Than add Call a hook action and callback for this hook. Redirect is beter to 
   setup right inside in the hook callback. Here is an example of action setup –
   [http://prntscr.com/1ssud7m](http://prntscr.com/1ssud7m) and here is an example
   of callback code with sample API request and redirect – [https://gist.github.com/MjHead/6771eaba3adfe250378b4408878e75c5](https://gist.github.com/MjHead/6771eaba3adfe250378b4408878e75c5)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] How to implement validation of the fields without clicking a Submit button?](https://wordpress.org/support/topic/how-to-implement-validation-of-the-fields-without-clicking-a-submit-button/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-implement-validation-of-the-fields-without-clicking-a-submit-button/#post-14881734)
 * Hi! Form making complete validation on the back-end, so it couldn’t be triggered
   on the front without submitting the form. But you can try to use a bit of JS 
   code to make some validation on the front:
 *     ```
       $( '.jet-form-builder[data-form-id="your-form-id"] input, .jet-form-builder[data-form-id="your-form-id"] select' ).on( 'blur', function() {
       		this.reportValidity();
       	} );
       ```
   
 * Just add this code to he page where you used this form (or globally into some
   JS file which are loaded on each page) and replace ‘your-form-id’ with your actual
   form ID
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Create a link that uses a parameter from the form](https://wordpress.org/support/topic/create-a-link-that-uses-a-parameter-from-the-form/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/create-a-link-that-uses-a-parameter-from-the-form/#post-14881668)
 * Hi! Thanks for suggestion, yes we’ll check this and implement if its possible
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Duplicate jet form replace special characters](https://wordpress.org/support/topic/duplicate-jet-form-replace-special-characters/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/duplicate-jet-form-replace-special-characters/#post-14881655)
 * Hi! Thanks for reporting, we’ll fix this with next release
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Calculated field set as Hidden should not take any space in the grafic](https://wordpress.org/support/topic/calculated-field-set-as-hidden-should-not-take-any-space-in-the-grafic/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/calculated-field-set-as-hidden-should-not-take-any-space-in-the-grafic/#post-14881644)
 * Hi! Thanks for reporting, we’ll fix this with next release
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Create a link that uses a parameter from the form](https://wordpress.org/support/topic/create-a-link-that-uses-a-parameter-from-the-form/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/create-a-link-that-uses-a-parameter-from-the-form/#post-14878172)
 * Yes, its makes sense, so I think we’ll add this with one of future updates
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Create a link that uses a parameter from the form](https://wordpress.org/support/topic/create-a-link-that-uses-a-parameter-from-the-form/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/create-a-link-that-uses-a-parameter-from-the-form/#post-14878041)
 * Hi! You can do this with this tiny additional plugin – [https://github.com/MjHead/jet-forms-use-field-values](https://github.com/MjHead/jet-forms-use-field-values).
   You need to download and install it and than add required fields into your form
   in format you mentioned in your initial question – %FIELD::field_name% It could
   be used only inside form, not in the regular page content. Here is a screen with
   usage example – [http://prntscr.com/1sf585z](http://prntscr.com/1sf585z), result
   example – [http://prntscr.com/1sf5dg9](http://prntscr.com/1sf5dg9)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] How to reset form submission limit???](https://wordpress.org/support/topic/how-to-reset-form-submission-limit/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/how-to-reset-form-submission-limit/#post-14866443)
 * Hi [@mathewnaderi](https://wordpress.org/support/users/mathewnaderi/)! At the
   moment there is no such possibility 🙁 We’ll add this feature with next release.
   Until this such feature can be added only with custom code, but it depends the
   method you select to store responses limit. So you can wait until next release
   or let me know please what method do you use to store responses limit and I’ll
   send you an example of the code to reset limit
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] JetFormBuilder does not calculate checkbox values with decimals](https://wordpress.org/support/topic/jetformbuilder-does-not-calculate-checkbox-values-with-decimals/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/jetformbuilder-does-not-calculate-checkbox-values-with-decimals/#post-14715566)
 * [@potel](https://wordpress.org/support/users/potel/) Thanks for the suggestion,
   we added this to roadmap for one of the next releases!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] JetFormBuilder does not calculate checkbox values with decimals](https://wordpress.org/support/topic/jetformbuilder-does-not-calculate-checkbox-values-with-decimals/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/jetformbuilder-does-not-calculate-checkbox-values-with-decimals/#post-14710484)
 * Hi [@potel](https://wordpress.org/support/users/potel/)! Thanks for reporting.
   Please update to version 1.2.5, it should fix the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Default Value does not work after 1.2.2](https://wordpress.org/support/topic/default-value-does-not-work-after-1-2-2/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [5 years ago](https://wordpress.org/support/topic/default-value-does-not-work-after-1-2-2/#post-14534220)
 * Hi! Thanks for reporting, we’ll check this!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Unfunctional after the latest update (1.2.0)](https://wordpress.org/support/topic/unfunctional-after-the-latest-update-1-2-0/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [5 years ago](https://wordpress.org/support/topic/unfunctional-after-the-latest-update-1-2-0/#post-14488621)
 * [@slobajossi](https://wordpress.org/support/users/slobajossi/) [@moza24](https://wordpress.org/support/users/moza24/)
   Hi! We just released version 1.2.1 with the fix for this problem. Sorry for the
   inconvenience.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Is this the same as Forms of JetEngine?](https://wordpress.org/support/topic/is-this-the-same-as-forms-of-jetengine/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/is-this-the-same-as-forms-of-jetengine/#post-14398337)
 * [@kodam](https://wordpress.org/support/users/kodam/) This plugin is based on 
   JetEngine forms, but uses Gutenberg as editor for the form layout. That why it
   more flexible and allows to build more complex layouts. Also it has couple more
   features not included into JetEngine forms (because of limitations of editor).
   So if you already using JetEngine and not need to build forms with complex layouts,
   or extra features like conditional logic for the form actions etc, you can keep
   use JetEngine forms. If you need a complex form or you need only form functionality,
   not whole JetEngine possibilities, better to use this plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JetFormBuilder — Dynamic Blocks Form Builder] Select field search](https://wordpress.org/support/topic/select-field-search/)
 *  Plugin Contributor [mjhead](https://wordpress.org/support/users/mjhead/)
 * (@mjhead)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/select-field-search/#post-14262975)
 * Hi! I updated add-on on github, now it works by CSS class – [https://github.com/MjHead/jet-forms-select2](https://github.com/MjHead/jet-forms-select2).
   You need to add class ‘form-select2’ to field attributes – [http://prntscr.com/111bcjn](http://prntscr.com/111bcjn)

Viewing 15 replies - 1 through 15 (of 118 total)

1 [2](https://wordpress.org/support/users/mjhead/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mjhead/replies/page/3/?output_format=md)…
[6](https://wordpress.org/support/users/mjhead/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/mjhead/replies/page/7/?output_format=md)
[8](https://wordpress.org/support/users/mjhead/replies/page/8/?output_format=md)
[→](https://wordpress.org/support/users/mjhead/replies/page/2/?output_format=md)