Plugin Directory

Changeset 2402945


Ignore:
Timestamp:
10/20/2020 06:11:12 AM (5 years ago)
Author:
ankgne
Message:

Updated readme.txt file

Location:
add-entries-functionality-to-wpforms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • add-entries-functionality-to-wpforms/trunk/add-wpform-entries.php

    r2402928 r2402945  
    77  Author URI:http://aaivatech.com/
    88  COntributors:
    9   Version: 1.3.0
     9  Version: 1.3.1
    1010  @copyright   Copyright (c) 2020, Ankur Khurana
    1111  @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
  • add-entries-functionality-to-wpforms/trunk/readme.txt

    r2402925 r2402945  
    55Tested up to: 5.5.1
    66Requires PHP: 7.0.33
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GNU General Public License v2.0 or later
    99
     
    2323
    2424WPForm entries on a page, post and custom template are displayed using below shortcode (read about shortcode options carefully) and details for using shortcode are as below
    25 [ank-wpform-entries id=123 search="Yes" show_columns="yes" , exclude_field_ids="", pagination="yes"]
     25<pre><code>[ank-wpform-entries id=123 search="Yes" show_columns="yes" , exclude_field_ids="", pagination="yes"]<pre><code>
    2626
    2727Details of Options of shortcode
    28281) id (it's a required option of shortcode) = should be the WPForms ID for which you want to display the entries (you can get it from WPForms>All Forms , refer to screenshot section for details)
     29
    29302) search (By default it's turned off) = flag to enable search on frontend (set it as "Yes" or "YES" or "yes" to enable search) and any other value is considered as "No"
     31
    30323) show_columns (By default it's turned off) = flag to enable show/hide column functionality on frontend (set it as "Yes" or "YES" or "yes" to enable show/hide column functionality) and any other value is considered as "No"
     33
    31344) exclude_field_ids (By default all fields are displayed) = comma separated field IDs to exclude create fields from frontend table (you can get field Ids of WPForms WPForms>All Forms>Select the form>Edit>Click on the field , Refer to screenshot section for more details)
     35
    32365) pagination (By default it's turned off) = flag to enable pagination on frontend (set it as "Yes" or "YES" or "yes" to enable pagination) and any other value is considered as "No"
    3337
     
    3943
    4044== Frequently Asked Questions ==
    41 Does this plugin provide shortcode to display WPForm entries on frontend?
     45= Does this plugin provide shortcode to display WPForm entries on frontend? =
    4246Answer >> Yes, this feature has been included since 1.3.0.
    4347
    44 I do not want to display all the columns/fields of my forms to end users so how can i exclude them on frontend?
     48= I do not want to display all the columns/fields of my forms to end users so how can i exclude them on frontend? =
    4549Answer>> By using exclude_field_ids options of shortcode. Add comma separated field IDs that you want to exclude and they will not be displayed on frontend
    4650
    47 Does it save geo -locations of the users?
     51= Does it save geo -locations of the users? =
    4852Answer >> No, it does not
    4953
    50 Does this plugin support export functionality?
     54= Does this plugin support export functionality? =
    5155Answer >> Yes, this feature has been included since 1.1.0.
    5256
    53 Does this plugin support deletion of entries?
     57= Does this plugin support deletion of entries? =
    5458Answer >> Yes, this feature has been included since 1.2.0.
    5559
    56 Does this plugin deletes the entries when de-activated?
     60= Does this plugin deletes the entries when de-activated? =
    5761Answer>> No, it does not at the moment. A future release will have an option to delete the entries on deactivation in settings page
    5862
    59 Does this plugin support multi-site?
     63= Does this plugin support multi-site? =
    6064Answer>> No, it does not at the moment.
    6165
    62 Does this plugin support multi-lignual?
     66= Does this plugin support multi-lignual? =
    6367Answer>> No, it does not at the moment.
    6468
Note: See TracChangeset for help on using the changeset viewer.