Plugin Directory

Changeset 2482277


Ignore:
Timestamp:
02/26/2021 03:36:58 PM (5 years ago)
Author:
mrlast
Message:

readme.txt

Location:
easy-form-builder
Files:
153 added
3 edited

Legend:

Unmodified
Added
Removed
  • easy-form-builder/trunk/emsfb.php

    r2482240 r2482277  
    33 * Plugin Name: Easy Form Builder
    44 * Plugin URI: https://whitestudio.team/
    5  * Description: This plugin Create from (multi step form) by drag and drop form wizard and produce form with  tracking code ability , Free[Limited] version
    6  * Version: 1.31.0
     5 * Description: This plugin Create from (multi step form) by drag and drop form wizard and produce form with tracking code ability , Free[Limited] version
     6 * Version: 1.31.1
    77 * Author: WhiteStudio
    88 * Author URI: https://whitestudio.team/
  • easy-form-builder/trunk/includes/admin/assets/js/admin.js

    r2482240 r2482277  
    5353  11: { type: 'checkbox', icon: 'fa-check-square-o', pro_ws: false },
    5454  12: { type: 'radiobutton', icon: 'fa-dot-circle-o', pro_ws: false },
    55   13: { type: 'multiselect', icon: 'fa-check-circle-o', pro_ws: true },
     55  13: { type: 'multiselect', icon: 'fa-check-circle-o', pro_ws: false },
    5656  14: { type: 'url', icon: 'fa-link', pro_ws: true },
    5757  15: { type: 'range', icon: 'fa-arrows-h', pro_ws: true },
     
    281281    </label>
    282282  </div>`;
    283  
    284     if (a == 6 && pro_ws==true && elementId=='multiselect') newEl += fun_multiselect_button_emsFormBuilder(elementId,pro_ws,atr,a);
     283    //edit below code 789 fun_multiselect_button_emsFormBuilder
     284    if (a == 6 && elementId=='multiselect') newEl += pro_ws==true ?  fun_multiselect_button_emsFormBuilder(elementId,pro_ws,atr,a): `<div class="form-check ml-1 mr-1 mt-1 mb-1" onClick="unlimted_show_emsFormBuilder('This option is available in Pro version')"><input class="insertInput form-check-input" type="checkbox" id="${atr[a].id}" disabled><label class=" form-check-label" for="${atr[a].id}">Allow multi-select </label><small class=" text-warning"> <b>Click for Active Pro vesrsion<b></small></div>`;
     285//    if (a == 6 && pro_ws==true && elementId=='multiselect') newEl += fun_multiselect_button_emsFormBuilder(elementId,pro_ws,atr,a);
    285286    if (a == 6 && pro_ws==true &&  elementId=='file') newEl += fun_dragAndDrop_button_emsFormBuilder(elementId,pro_ws,atr,a) || `<div class="form-check ml-1 mr-1 mt-1 mb-1"  onClick="unlimted_show_emsFormBuilder('This option is available in Pro version')"><input class="insertInput form-check-input" type="checkbox" id="${atr[a].id}"  disabled><label class=" form-check-label" for="${atr[a].id}"">Use Drog and Drop UI </label><small class=" text-warning"> <b>Click here for Active Pro vesrsion</b></small></div>`
    286287    if (a == 6 && pro_ws!=true  && elementId=='file' ) newEl += `<div class="form-check ml-1 mr-1 mt-1 mb-1"  onClick="unlimted_show_emsFormBuilder('This option is available in Pro version')"><input class="insertInput form-check-input" type="checkbox" id="${atr[a].id}"  disabled><label class=" form-check-label" for="${atr[a].id}"">Use Drog and Drop UI </label><small class=" text-warning"> <b>Click here for Active Pro vesrsion</b></small></div>`
  • easy-form-builder/trunk/readme.txt

    r2482240 r2482277  
    33Tags: form builder, form creator, easy form, tracking code, contact form, support form,contact form, contact form plugin, forms, custom form, contact button, contact me, custom contact form, form manager, form, forms builder, forms creator, captcha, recaptcha, Akismet, email form, web form, feedback form, payment form, survey form, donation form, email submit form, message form, stripe, email subscription, contact form widget, user registration form, wordpress registration, feedback
    44Donate link: https://ko-fi.com/whitestudio
    5 Stable tag: 1.31.0
     5Stable tag: 1.31.1
    66Requires at least: 4.7
    77Tested up to: 5.6.1
     
    3939
    4040Report Bugs:
    41 Please create an issuse on [github](https://github.com/hassantafreshi/easy-form-builder) if you encounter a bug.
     41Please create an issuse on [Github](https://github.com/hassantafreshi/easy-form-builder) if you encounter a bug.
    4242
    4343Notice:
    44 - Easy Form builder use fontawesome for icons and this loads form fontawesome CDN.
    45 - Easy Form builder use jquery version 3.5.1
     44Easy Form builder use fontawesome for icons and this loads form fontawesome CDN.
     45Easy Form builder use jquery version 3.5.1
    4646
    4747
     
    7878
    7979== Changelog ==
     80= 1.31.1 =
     81* Add new featuer (multi-select) on create drag and drop form builder
     82
    8083= 1.31 =
    8184* Improve UI
Note: See TracChangeset for help on using the changeset viewer.