-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contact Form: add submitted date to entries in feedback csv file #2169
Comments
I'm not sure if there would be any danger in silently changing the csv format -- if anyone has built things on top of it that read it in and wouldn't know what to do with the new column. I'm certainly up to consider it though, just that we may need to add a way to let folks use a filter to strip it back out. |
Closing this for now because of the lack of activity on this. We can always reopen in the future if needed. |
Requested in 3322426-t. Outdated plugin which could export with date: https://wordpress.org/plugins/jetpack-feedback-exporter/. Tested it but did not manage to get it working. |
Requested in 760204-zen. This does seem like important info to include on an export, especially if there is a large amount of feedback that is exported. Reopening for now. |
thanx, jacob |
i imagine the date can be added in function get_post_meta_for_csv_export() |
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation. |
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation. |
why has this been dropped? feedback date is a primary data point ffs:-\ |
in modules/contact-form/grunion-contact-form.php
|
@airdrummer Feel free to open a Pull Request with your changes, we'll be happy to review them! |
sorry i last used git 10yrs ago & don't have time to set up a dev env |
Should be fixed in #14304 |
Feedback when exported as CSV has no date information for each entry. I think this would be a useful feature. I can create a patch for this, but wondered if adding a date should be optional or not, depending on an option within the Feedback page.
The text was updated successfully, but these errors were encountered: