Changeset 2402945
- Timestamp:
- 10/20/2020 06:11:12 AM (5 years ago)
- Location:
- add-entries-functionality-to-wpforms/trunk
- Files:
-
- 2 edited
-
add-wpform-entries.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
add-entries-functionality-to-wpforms/trunk/add-wpform-entries.php
r2402928 r2402945 7 7 Author URI:http://aaivatech.com/ 8 8 COntributors: 9 Version: 1.3. 09 Version: 1.3.1 10 10 @copyright Copyright (c) 2020, Ankur Khurana 11 11 @license http://opensource.org/licenses/gpl-2.0.php GNU Public License -
add-entries-functionality-to-wpforms/trunk/readme.txt
r2402925 r2402945 5 5 Tested up to: 5.5.1 6 6 Requires PHP: 7.0.33 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GNU General Public License v2.0 or later 9 9 … … 23 23 24 24 WPForm 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> 26 26 27 27 Details of Options of shortcode 28 28 1) 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 29 30 2) 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 30 32 3) 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 31 34 4) 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 32 36 5) 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" 33 37 … … 39 43 40 44 == 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? = 42 46 Answer >> Yes, this feature has been included since 1.3.0. 43 47 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? = 45 49 Answer>> 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 46 50 47 Does it save geo -locations of the users? 51 = Does it save geo -locations of the users? = 48 52 Answer >> No, it does not 49 53 50 Does this plugin support export functionality? 54 = Does this plugin support export functionality? = 51 55 Answer >> Yes, this feature has been included since 1.1.0. 52 56 53 Does this plugin support deletion of entries? 57 = Does this plugin support deletion of entries? = 54 58 Answer >> Yes, this feature has been included since 1.2.0. 55 59 56 Does this plugin deletes the entries when de-activated? 60 = Does this plugin deletes the entries when de-activated? = 57 61 Answer>> No, it does not at the moment. A future release will have an option to delete the entries on deactivation in settings page 58 62 59 Does this plugin support multi-site? 63 = Does this plugin support multi-site? = 60 64 Answer>> No, it does not at the moment. 61 65 62 Does this plugin support multi-lignual? 66 = Does this plugin support multi-lignual? = 63 67 Answer>> No, it does not at the moment. 64 68
Note: See TracChangeset
for help on using the changeset viewer.