jetformbuilder
Last commit date
assets
4 years ago
framework
4 years ago
includes
4 years ago
templates
4 years ago
README.md
4 years ago
index.php
4 years ago
jet-form-builder.php
4 years ago
readme.txt
4 years ago
README.md
125 lines
| 1 | # About |
| 2 | |
| 3 | Advanced form builder plugin for Gutenberg. Create forms from the ground up, customize the existing ones, and style them up – all in one editor. |
| 4 | |
| 5 | # ChangeLog |
| 6 | |
| 7 | ## 1.2.4 |
| 8 | * ADD: JetEngine Glossaries compatible |
| 9 | * ADD: New styling sections for the JetForm widget in Elementor |
| 10 | * ADD: `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' |
| 11 | * FIX: Send submit status with messages from action settings |
| 12 | * FIX: Missing JetStyleManager wrapper on blocks |
| 13 | * FIX: Price formatting for PayPal gateway request |
| 14 | * FIX: Alignment calculated field |
| 15 | * FIX: UI errors in editor |
| 16 | * Tweak: Change Repeater component header icons |
| 17 | |
| 18 | ## 1.2.3 |
| 19 | * ADD: Go Pro banner & link |
| 20 | * FIX: Redirect with GET args |
| 21 | * FIX: Get calculated value from post meta |
| 22 | * Tweak: Localize actions data on `jet-form-builder/editor-package/before` |
| 23 | * Tweak: Add class `field-type-{id}` for each field |
| 24 | * Tweak: Add `Gateway_Manager::has_gateway` |
| 25 | * Tweak: Add php filter `jet-form-builder/field-data/calculated-field` |
| 26 | * Tweak: Add js filter `jet.fb.calculated.field.available.fields` |
| 27 | |
| 28 | ## 1.2.2 |
| 29 | * ADD: Addon management via Dashboard |
| 30 | * ADD: Better parse macros in the Send Email action |
| 31 | * ADD: Filter jet-form-builder/fields/wysiwyg-field/config for wysiwyg-field |
| 32 | * UPD: Parse macros in From Name & From Address fields in Send Email action |
| 33 | * FIX: Dynamic preset with empty result value |
| 34 | * FIX: CSS compatibility gutenberg-addons |
| 35 | * FIX: Compatibility with php 7.0 |
| 36 | * FIX: Hiding a calculated field |
| 37 | * FIX: Duplicate calc formula in each repeater |
| 38 | * FIX: Displaying redirect action in gateways editor |
| 39 | * FIX: Duplicating form |
| 40 | * FIX: Remove mask from empty input on submit the Form |
| 41 | |
| 42 | ## 1.2.1 |
| 43 | * FIX: Blocks initialization. |
| 44 | |
| 45 | ## 1.2.0 |
| 46 | * ADD: Examples (preview) for Jet Form Fields in Gutenberg |
| 47 | * ADD: Global settings for actions, additional sidebar plugins, for example `reCAPTCHA v3` |
| 48 | * ADD: The ability to use global settings in `Mailchimp`, `GetResponse` & `ActiveCampaign` actions |
| 49 | * ADD: PHP action `jet-form-builder/render/{field_type}` to control the rendering of the field |
| 50 | * ADD: JS hook `jet.fb.register.fields.controls` for registering & manage block-fields controls |
| 51 | * ADD: JS hook `jet.fb.register.plugins` for registering custom sidebar-plugins |
| 52 | * ADD: JS hook `jet.fb.register.fields` for registering custom form fields |
| 53 | * Updated: `apiVersion:2` of blocks registration in Gutenberg |
| 54 | |
| 55 | ## 1.1.7 |
| 56 | * ADD: RTL compatibility to Wysiwyg Field |
| 57 | * ADD: Compatibility with JetStyleManager 1.2.0 and older versions |
| 58 | * ADD: Styles for Form Progress circle |
| 59 | * FIX: Send email without correct headers, added initial padding-bottom for progress items |
| 60 | * FIX: Render script jet-form-builder-inputmask only when rendering Text Field |
| 61 | * FIX: Plain default value in repeater fields |
| 62 | * FIX: Wysiwyg field is RTL compliant |
| 63 | * FIX: Positioning of progress item label |
| 64 | * FIX: Rendering last form-break field in form |
| 65 | |
| 66 | ## 1.1.6 |
| 67 | * ADD: `Label of progress` for Form Break Field |
| 68 | * FIX: Errors when editing actions such as MailChimp, GetResponse |
| 69 | |
| 70 | ## 1.1.5 |
| 71 | * FIX: Trying to access array offset on value of type null on php 7.4 |
| 72 | * FIX: Rendering repeater attributes |
| 73 | |
| 74 | ## 1.1.4 |
| 75 | * FIX: CSS Compatibility with Twenty Twenty-One theme |
| 76 | * FIX: Parsing form fields from content when processing a request |
| 77 | |
| 78 | ## 1.1.3 |
| 79 | * FIX: Render Form Break button if there is no name for it, entering settings for Number Field with floating-point |
| 80 | * FIX: Render CSS classes in fields |
| 81 | * FIX: Initializing controls for widget Form in JetEngine |
| 82 | * FIX: Minor fixes in the editor |
| 83 | |
| 84 | ## 1.1.2 |
| 85 | * FIX: Duplicating a plain preset in fields |
| 86 | * FIX: Applying macros to a message after paying with PayPal |
| 87 | * FIX: Retrieving form data after Paypal payment |
| 88 | * FIX: Styling Form-block with JetStyleManager |
| 89 | * FIX: Compatibility with Twenty Twenty-One theme |
| 90 | * FIX: Compatibility with JetEngine on initializing the conditions |
| 91 | * FIX: Saving character limitation in Text Field settings |
| 92 | |
| 93 | ## 1.1.1 |
| 94 | * FIX: Wordpress 5.7 compatibility |
| 95 | * Improvement: Triggering conditional logic when typing in a text and textarea fields |
| 96 | |
| 97 | ## 1.1.0 |
| 98 | * ADD: Gutenberg blocks: **Conditional Block**, **Datetime Field** |
| 99 | * ADD: Elementor widget: **JetForm** |
| 100 | * ADD: Form Progress with multiple pages |
| 101 | * ADD: Post submit actions Conditions |
| 102 | * ADD: New preset sources for post-type: Post Date, Post Date GMT |
| 103 | * ADD: Integration with Paypal |
| 104 | * ADD: Compatibility with **JetEngine** widget Form |
| 105 | * ADD: Compatibility with **JetFormBuilder Converter** |
| 106 | * Improvement: The form builder and the form block full-width in the editor |
| 107 | |
| 108 | |
| 109 | ## 1.0.4 |
| 110 | * ADD: displaying a shortcode for each form |
| 111 | |
| 112 | ## 1.0.3 |
| 113 | * FIX: creating a user with administrator role. |
| 114 | |
| 115 | ## 1.0.2 |
| 116 | * Enhancement: added **`jet_fb_form`** shortcode. Example: |
| 117 | |
| 118 | `[jet_fb_form form_id="4338" submit_type="ajax" required_mark="***" fields_layout="row"]` |
| 119 | |
| 120 | ## 1.0.1 |
| 121 | * FIX: render wysiwyg on front-end |
| 122 | |
| 123 | ## 1.0.0 |
| 124 | * Initial release |
| 125 |