jasongreen
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form Submissions] Please add filtersHi JF
I’ve added the following filters in the latest version.
public function get_mail_posted_fields($post_id = 0) { ... $posted = apply_filters('wpcf7s_posted_values', $posted); }
public function get_mail_files($post_id = 0) { ... $posted = apply_filters('wpcf7s_posted_files', $posted); return $posted; }
private function save($submission = array()) { if(true === apply_filters('wpcf7s_save_submission', true, $submission['form_id'])) { ... $additional_fields = apply_filters('wpcf7s_submission_fields', $submission['fields'], $submission['form_id']); ... } }
Thanks for your support.
- This reply was modified 7 years, 5 months ago by jasongreen.
Forum: Plugins
In reply to: [Contact Form Submissions] Individual Submission ExportHi hunterfuture
This isn’t currently possible.
I will see if its something I can include in a future release.
Forum: Plugins
In reply to: [Contact Form Submissions] Show tables like in the plugin screenshotHi profmustamar
Select a form to filter the results (dropdown above the table). Then you’ll be able to view the fields in that form as columns.
Forum: Plugins
In reply to: [Contact Form Submissions] Remove ID and form name from CSVI strongly advise against modifying any WordPress plugin as you won’t be able to make future updates.
If you do decide to change the source code, the saves are made in Submission.php from line 133.
Forum: Plugins
In reply to: [Contact Form Submissions] Exclude Certain Form Fields?Hi bhmedia
You can’t select which fields to export at the moment.
I will look into the possibility of adding this in a future version.
Forum: Plugins
In reply to: [Contact Form Submissions] Remove ID and form name from CSVHi JDahlbom
You can’t select which fields to export at the moment. You will have to remove them manually.
I will look into the possibility of adding this in a future version.
Forum: Plugins
In reply to: [Contact Form Submissions] Exclude Certain Form Fields?Hi
Can you not generate a CSV and then remove the sensitive data afterward?
Forum: Reviews
In reply to: [Contact Form Submissions] Almost perfectHi
You can already show more per page if required. Just use the Screen Options dropdown at the top of the page and enter the required post per page limit.
Forum: Plugins
In reply to: [Contact Form Submissions] CSV Export Problem with Characterset@larissaleeper – This is a different issue. What king of data do you have in your contact forms? Looks like there might be some characters which are breaking.
Forum: Plugins
In reply to: [Contact Form Submissions] CSV Export Problem with CharactersetHi
In the plugin folder can you replace Admin.php with this updated version.
https://drive.google.com/open?id=0Bwy8G0Xiy9l_Y2hqWDRmemVZaDA
I’ve changed the character encoding so this should work.
Regards
Jason
Forum: Plugins
In reply to: [Contact Form Submissions] file storageHi
Yes it will store attachments and you can preview them in wp-admin.
Regards
Jason
Forum: Plugins
In reply to: [Contact Form Submissions] Published text changedHi
This has now been fixed in version 1.5.5.
Thanks for reporting the issue.
Forum: Plugins
In reply to: [Contact Form Submissions] Line Feed in Text fieldDo you know if your exporting the field with just
/n
? because when I tested this it didn’t break the column when exporting to a CSV file.I added
/n
to a bunch of text inputs and it was ok.Forum: Plugins
In reply to: [Contact Form Submissions] Syntax error Line 359Hi
Can you please confirm the version of PHP running on your web server?
Hi
Can you please confirm the version of PHP running on your web server?