Hi,
I migrated the website to a dev server to make changes.
The client’s current website has new information in the database. I exported the XLS, however is there a way to import the XLS into Contact Form Advanced Database on the Dev Site?
Thanks
]]>Hi,
Where are the form data stored? I can not find the table in the mysql installation, are the data saved in another way?
Great plugin! Thank you!
]]>Hi.
Can you add language support to localize your plugin into different languages?
Thkx
]]>I am setting up a contact form that will be duplicated on many pages, and need the URL where the form was submitted to be recorded in the database – can this be done please?
BRILLIANT plugin, by the way!
]]>Tried to export data in Hebrew but the text was not right
]]>Hey There,
Just used this great plugin and it works great.
just one thing, in the Excel export he don’t work well with Latin Characters.
so i fixed it.
i fix it in file: lib/cf7_adb.class.php
Line: 77
//header("Content-Disposition: attachment; filename=\"$filename\"");
//header("Content-Type: application/vnd.ms-excel;");
//headers
header('Pragma: public');
header('Expires: 0');
header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
header('Content-Description: File Transfer');
header('Content-Type: text/csv');
header("Content-Disposition: attachment; filename=\"$filename\"");
header('Content-Transfer-Encoding: binary');
//open file pointer to standard output
$fp = fopen('php://output', 'w');
//add BOM to fix UTF-8 in Excel
fputs($fp, $bom =( chr(0xEF) . chr(0xBB) . chr(0xBF) ));
fclose($fp);
Hope it works well.
Good luck!
Hello Author,
The plugin is excellent, but recently I have faced a problem, I have huge fields like nearly 60-80 fields, now this plugin tries to show all these fields and it looked like a mess, is there anyway I can configure to show selected fields only ?
Thanks in Advance
]]>Hello,
I get the message “no data available” when i’m trying to use the plugin with any of my forms. What am I supposed to do?
]]>Hi
we are experiencing a problem in that the data shown on downloaded XL spreadsheets has some small but important differences from the data on view on the Contact Form Advanced Database screen in WP Admin.
Is this a known issue or are we doing something wrong with the spreadsheets?
]]>Hi!
Although all of the answers are coming through on Contact Form 7 emails, only 3 of the 11 are showing in Contact Form Advance Database. I’ve tried deactivating all plugins but those 2 and rechecked my syntax a million times but can’t figure out what’s gone wrong. Can you help?
Thanks so much!
]]>Hi there,
I am wondering what permission level is required to be able to export the database?
I have enabled ‘manage_options’ to display the database and ‘export’, but I get ‘Sorry, you are not allowed to access this page.’ when I click ‘Export XLS’
]]>Several of my forms show that there are unread entries. When I select the form, no data displays. I am not receiving any PHP or javascript errors.
]]>I love your plugin, but I have a suggestion to make it more usable.
When viewing the form submission results, the screen is grayed out and the fields are then display in a popup like window. The problem is if there are more than 8 fields, everything after the 8th field (1920×1080 screen resolution) is not view able and there is no way to scroll down to view it.
It can be fixed by removing a line in this CSS file:
wp-content/plugins/contact-form-advanced-database//lib/css/style.css
#TB_ajaxContent{
height: 100% !important;
}
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hi,
Plugin looks great. I want to show saved data in frontend, what can i do for that. Please help me.
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hello again,
Your plugin is working nice, but there is a kind of bug in exported CSV file when, for example, in a sent mail via Contact form 7 contains in “subject” and (or) in “message” comas or line breaks.
When importing CSV in excel, each coma is considered as next column and each line break as a new line.
So in those cases importing CSV is a real mess…
Regards
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hello,
Your plugin works very well. Thanks.
I use User Role Editor plugin in combination with Adminimize plugin to create some admins roles with some restricted access.
With your plugin, any user role that have ‘manage_options’ capability can have access to Contact Form Advanced Database backend page. But the only user role that can export is ‘administrator’. Those two things are define in the main php file of your plugin cf7_adb.class.php at line 73.
The first one at line 22:
function renderGUI(){
add_submenu_page( 'wpcf7','Contact Form Advanced Database','Contact Form Advanced Database', 'manage_options', 'cf7-adb', array($this,'renderBackend') );
}
and the second one at line 71:
function cf7AdbExportController() {
// filename for download\
$hook = add_submenu_page(null, '', '', 'manage_options', 'cf7-adb-export-xls', function(){});
…/…
Looking at wordpress documentation related to add_submenu_page() function the fourth parameter is normaly a capability (not a user role).
So i have change, in the second one ‘administrator’ parameter with ‘manage_options’ and now a user role who has ‘manage_options’ capability can export.
My question: Is this done on purpose to restrict export process to administrator user role only, or is it a mistake.
Thanks and regards.
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Do we have an option to edit fields and columns(Admin only)
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hello, thanks for the great plugin.
I think it would be great if there was an ability to resend old entries / form submissions from your plugin.
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>First off all, Christian, thank you for great plugin! Much better looking and suitable for beginner site users.
I made “editor” accounts for day to day site usage (to hide extra settings from ruining) but i want to give access to form submissions. Currently i modified renderGUI() function in cf7_adb.class.php – changed permission to ‘delete_others_pages’. Everything works but updates not :).
Can you add some role selection for menu? Nothing extra advanced, just to select role or something.
Or i can try to make code and send to you.
Thanks!
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>As already mentioned, the delete function doesn’t work. Nothing happens when I press the button.
But I have a another issue, I don’t have any search bar as the I should have on the right side accordingly to screenshots.
Br Marcus
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hi, first of all congratulations, great plugin.. but unfortunately there are malfunctions with version 4.3.1 of WordPress, the button “delete” (on the row) is not working. It would be very helpful to have notifications of new unread messages on the “C F 7” panel or widget in dashboard, and it would be very useful to be able to reply to messages.
I hope be able to resolve most bugs.
Thank you!
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hello,
We are getting the next message, when triying to access to a blog (a domain in multisite wordpress):
unexpected T_FUNCTION in /srv/www/ws215/wp-content/plugins/contact-form-advanced-database/lib/cf7_adb.class.php on line 63
Do you know what can be happen there ?
Thank you
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>It looks like there is a huge compatibility problem with CF7, since my admin screen looks really different from the screenshots and there are some problems: the list is not updating after another form is selected via the dropdown menu, and the delete link next to each entry simply doesn’t work!
Let me know how can I help you to help me ?? Thanks!
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hey there,
I really like your plugin as I am using CF7 elsewhere.
I just have a problem when storing data from checkboxes and radio buttons.
What I get is this error/warning:
Warning: strlen() expects parameter 1 to be string, array given in /nfsmnt/hosting1_2/1/3/13bd45c9-82a3-4ec6-85c0-3d23d6ddc17c/srobezstarosti.sk/sub/fajnbyvanie/wp-content/plugins/contact-form-advanced-database/lib/display/cf7-db-view.php on line 80
Array
Email message with the data seems to be working properly as I get all the data that are filled in checkboxes and radiobuttons as string values.
Every other data (from text/tel/email fields) are working perfectly.
How can I get the values from checkboxes/radiobuttons as string values directly DB?
Thank you!
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>Hello team,
I had updated forms and add some more fields to my already added forms but they are not tracking in Plugins page.
would u please let me know how i add that extra fields ?
https://www.ads-software.com/plugins/contact-form-advanced-database/
]]>