Changeset 3438662
- Timestamp:
- 01/13/2026 01:50:45 PM (3 months ago)
- Location:
- tw-form-entry-viewer
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tw-form-entry-viewer/tags/1.0.0/readme.txt
r3437670 r3438662 24 24 - Bulk delete and CSV export 25 25 - Dynamic field detection for CSV 26 - Displays Email, 2 fields, and submission date27 26 28 27 == Installation == … … 30 29 1. Upload the plugin to `/wp-content/plugins/` or install from the WordPress Admin. 31 30 2. Activate the plugin from the **Plugins** screen. 32 3. Submissions from **WPForms ** will now be stored as custom post type entries.31 3. Submissions from **WPForms** will now be stored as custom post type entries. 33 32 4. Navigate to **Form Entries** in the WordPress admin menu to view submissions. 34 33 … … 67 66 Yes. You can bulk delete selected entries or export them to a CSV file. 68 67 69 = How many form fields are displayed in the list table? =70 71 The plugin intelligently shows Email, two additional fields (based on first available ones), and the submission date. All data remains accessible in the full entry detail view and CSV export.72 73 68 = Does it support pagination for large number of entries? = 74 69 -
tw-form-entry-viewer/trunk/readme.txt
r3437670 r3438662 24 24 - Bulk delete and CSV export 25 25 - Dynamic field detection for CSV 26 - Displays Email, 2 fields, and submission date27 26 28 27 == Installation == … … 30 29 1. Upload the plugin to `/wp-content/plugins/` or install from the WordPress Admin. 31 30 2. Activate the plugin from the **Plugins** screen. 32 3. Submissions from **WPForms ** will now be stored as custom post type entries.31 3. Submissions from **WPForms** will now be stored as custom post type entries. 33 32 4. Navigate to **Form Entries** in the WordPress admin menu to view submissions. 34 33 … … 67 66 Yes. You can bulk delete selected entries or export them to a CSV file. 68 67 69 = How many form fields are displayed in the list table? =70 71 The plugin intelligently shows Email, two additional fields (based on first available ones), and the submission date. All data remains accessible in the full entry detail view and CSV export.72 73 68 = Does it support pagination for large number of entries? = 74 69
Note: See TracChangeset
for help on using the changeset viewer.