Hi,
i want to export csv file according to page breaks into rows
]]>Only the first choices in Checkbox entries are being added to the spreadsheet. The data is recorded online, though the values are separated by the break command. When sent by email this is stripped out, so the actual WP Forms has no problem with the entries.
]]>Hello, is there a way to create a sync between the database and zapier?
]]>I actually made it, but maybe it helps someone to store the page url from where the form was submitted. Here’s the code snippet:
/* Add page url to form submission */
function add_current_page_url_to_form_data($form_data) {
// Check if the SERVER variable has the information
if (isset($_SERVER[‘HTTP_REFERER’])) {
$form_data[‘page’] = $_SERVER[‘HTTP_REFERER’];
}
return $form_data;
}
add_filter(‘WPFormsDB_before_save_data’, ‘add_current_page_url_to_form_data’);
Greetings,
really good work that this plugin does ??
Now, since I have some forms that I won’t use anymore and I exported the data I need to delete the entries that remain even if counter 0, because new ones will be added and over time they would become a bit too many.
How can I do?
Thank you
]]>Hi, I have a question. In the WPForms list, I see the number of entries (count): 4915
But if I look in the database, table wp_forms_db has 5718 rows.
How can this be different?
thanks for any help!
]]>Hi Arshid,
Many thanks for your offering. As others have commented “it does what it says it does.” – and well.
I would like to add to your code, specifically to have it write the new input to a CSV on the server. I am a tolerable PHP writer but would like your suggestion as to where to do this; I could spend a lot of time experimenting.
My first guess would be in: database-for-wp-forms.php in function WPFormsDB_save() but a few words from you could save me a lot of time.
Once the data is on the server I can merge and manage easily enough.
Thank you.
Kusalo
Hello, I just installed the WP Forms Database and made a test submission. It works fine but is missing the last data field. It shows the submission date and I have name, email, and 3 redeem code fields. It is missing the last code field, so I would not be able to check this code. Any idea how to solve this? THX ??
]]>
Hi,
how are the digital signatures managed?
]]>Currently the csv export shows in horizontal line when openned in excel or google sheets
Can we export the document to show vertically?
]]>Know who submits the form
Good morning everyone,
first of all congratulations for the plugins, simple but it solved a problem that with others I could not.
But now I have a specific need:
I have a site with a Private Area and some modules are the same inserted in the various areas.
Since the forms will only be used by registered users but I don’t want to create a single form for each user,
how can i find out who sent the form?
Thank you very much
]]>On a form where I arranged the fields in columns using the Advanced -> Layout feature (which applies classes “wpforms-one-half wpforms-first” for column 1 and just “wpforms-one-half” for column 2), only the first field in the second column was recorded.
My form was basically like this
Child 1 Name Child 1 Age
Child 2 Name Child 2 Age
Child 3 Name Child 3 Age
Child 4 Name Child 4 Age
When I filled out ALL fields and submitted my test…
The on-screen table showed Child 1 and Age 1.
The export showed those plus the remaining Name fields, but not the other Age fields.
I can’t show the URL because I have changed the form back to single column so that it will work, so I included the link to information about the layouts feature.
]]>Hello,
I see that users with EDITOR role cannot view the WPForms DB.
I have user role editor plugin installed, but am unsure what I need to activate to give the Editor role permission to view the plugin, and export csv files from there.
Thank you!
]]>Hi, I’m using this plugin to collect form submission data and was wondering if there’s a way to pass the count for number of submission entries (either directly or via shortcode snippet) to use for another shortcode redirect plugin.
I have a few pages that act as variations so I want users to cycle through the variations as the number of entries goes up (ie. person 1 gets page #1, next one gets #2, next #3 and then back to #1 and cycle through them), but I need to somehow pass the count number which the DB conveniently tracks but I’m unsure how to pass it along.
The plugin I’m using for the redirect is this one: https://www.ads-software.com/plugins/shortcode-redirect/
Any help is greatly appreciated, thanks in advance!
]]>Is it possible to remove the “read” or “unread” status when you download the data to csv file? And is it possible for me to let every single thing like “first name” and “last name” have a different square in excel? that way it will be better readable
]]>Great work team!
]]>Good morning,
I saw that this plugin is a 100/100 risk on Coderisk.com.
Are you aware of this and could you comment?
Thank you for your time!
T
Does this plugin work with the free WPforms lite too?
]]>Hi,
after i updated to WP 5.5 i can no longer remove entries, in fact none of the bulk actions work. Can you pls look into it and update the plugin? Thx.
How could i correct the trimming, showing wrong.
]]>The Error:
1) Install Multisite
2) Install wpforms-db
3) Network activate wpforms-db
It’ll then iterate through all the blogs and create the wp_%_wpforms_db table.
The problem is if, after network activating it, go and create more sites, the activate loop isn’t called and so wpforms_db doesn’t work for each new multisite.
A simple hack is to check if the table exists in the WPFormsDB_save, if not then create it. Starting on line 101
if( $wpform->get_var("SHOW TABLES LIKE '$table_name'") != $table_name ) {
WPFormsDB_create_table();
}
]]>
Please tell me how to store form data in JSON format?
]]>It seems that only the first selected option in a checkbox item gets exported.
Example:
Which of the following do you like?
? apples
? bananas
? grapes
? oranges
? strawberries
Only the first selected option is included in the exported CSV file.
Big thanks for this plugin — very promising!
]]>hello to all,
I need an external app to link to the database but just can’t find it. nayone know where it appears?
All the best, Mark
]]>I want to show a users form submission back to the user. They will be emailed a link such as https://www.website.com/?firstname=name
I will then have my website get the “firstname” variable like
$name = $_GET[‘firstname’];
And use that to query WP Entries Database for their own submission, and then display it back to them. How would I do this?
]]>hi how do i enable editor access to this plugin? i give this role to my clients
]]>Some of my forms have fields with single quotes (either in description or in data). As such, it’s impossible to toggle the status (read/unread). Example data:
form_id
3
form_post_id
891
form_value
a:9:{s:16:"WPFormsDB_status";s:6:"unread";s:28:"Nom du rédacteur du rapport";s:3:"x x";s:22:"Courriel du rédacteur";s:11:"[email protected]";s:46:"Date, heure et lieu approximatif de l'incident";s:4:"asda";s:25:"Nom du capitaine de route";s:0:"";s:67:"No de la plaque d’immatriculation (si un véhicule est impliqué)";s:0:"";s:79:"Nom du membre dont le comportement répréhensible est soulevé (si applicable)";s:0:"";s:37:"Brève description de l’événement";s:5:"adsad";s:59:"Observations de l’état physique ou mental de la personne";s:0:"";}
To get around this, you need to modify class-sub-page.php and class-form-details.php to escape $form_data string with addcslashes function:
...
$form_data = serialize( $form_data );
$form_data = addcslashes($form_data, "'");
...
I found 3 occurences where this must be changed.
]]>Hi,
This is a great plugin, but has a horrible bug that if a form has checkboxes with more than one which can be checked, it’s not exported to CSV.
In the back end I can see my multiple choices, but on export to CSV only the first option is exported.
Furthermore the back-end doesn’t make it easy to see which checkboxes were ticked, ideally a comma would help.