191 comments found.
I have intalled the plugin but do not see the gravity form option as a possible selection
?? What do you mean with a ‘gravity form option’
Seems obvious… when you do ’ create a table linked to an existing datasource’ then ’ select the datasource type’ i can see xml, google, excel etc.. but not gravityforms’ note that both gravityforms and SP Gravity Forms WPDB Connect are activated
You Need to create a new feed. There are no Options to select a data source type
Well this is not in line with the demo ! in the demo you see gravityforms to be selected and you only have to select the fields you want – it looks more complex – which Database to select and how to assign the fields ?
With creating a new feed for the form
You’ll also find a detailed documentation at the /doc Directory of the unzipped download-file
Hi, will Gravity Forms – WPDB soon connect with other mysql database than wordpress database? would make WPDB perfect.
There will be a new PDO plugin with the same Features in the next weeks.
Before buying this plugin I would like to know if it would work with the signature field that has gravity forms
Regards
It’s not possible to store the signature field to the database
Hello, I can’t find the sql box on email field, although your page says, email field is supported!
What is a SQL box ?
The box that we use to write the sql statement. How do you ask such question? All your plugin is about that box!!
The Plugin is to save Gravity Forms data into a WPDB database table. For this you have to use a feed.
A SQL-Box is only to create choices or to validate a field value.
Fill your select, multiselect, radio and checkbox fields with WPDB-Queries directly from your database Fill your product, option and shipping fields with WPDB-Queries directly from your database, including the price Validate your field-values for single-text-line and paragraph-text fields with WPDB-Queries against your database
I can’t get this reference to work for the life of me: SELECT Vendor, Zip FROM SPS_Test WHERE Zip = {Zip:5}
Zip:5 is a field on the form, but it just isn’t registering. If I put in 60641 into the query like SELECT Vendor, Zip FROM SPS_Test WHERE Zip = 60641
then it works. Please advise.
It’s not possible to use any values from other fields.
How can i populate a product with price? two mysql columns in one single desplegable field. Im calculating prices
Please refer to the docu. SELECT ‘myValue’, ‘myPrice’ FROM ‘myTable’
i fix it, 
Fine
Hello, I have recently purchased the plugin and setup it properly with ID and key etc now I m trying to fill in dropdown from database its not working showing default “First choice…...” I m trying to fill in data from the column SELECT DISTINCT ‘Cup_Quantity’ FROM ‘Pint’
Send me an Export of your form. The Syntax looks right.
Thank you for your reply where and how to send you export file? I sent you message via support.
ok
Hello Can you please respond to my message i submitted almost 5 days ago? the plugin is not working as describe
I also wrote that i Need an Export of the form
How do i sent export form to you? what is your email address??
I wrote you 7 days ago “
Thank you for your reply where and how to send you export file? I sent you message via support. “
no response you always send a message here but no other communications I don’t have time for all this I requested a refund so please proceed with refund thanks
I still wrote that i Need an Export of the form or the Login data to the Wordpress admin. There is nothing more that i could do.
Or a Screenshot.
You already find the email address on the demo page of the Plugin if you didn’t get my reply to your message.
Hello,
SELECT ‘myField’ FROM ‘myTable’ WHERE ‘myField’ = ‘{field}’
the value of a field in the form I want to put this query where criteria..
Help me please..
Thanks a lot
How can you give an example of how it is done?
SELECT ‘myField’ FROM ‘myTable’ WHERE ‘myField’ = id field etc ??
I also sent you an email about the subject. I have not received an answer yet..
Thank you
You received 2 answers And maybe we are in different time zones ?
I would like to dynamically populate gravity form text field from wpdb by sql query. For example: wpdb table has Pincode & Mobile number column. On gravity form when user enters Pincode. Mobile number field automatically populate from wpdb table. Is it possible?
As written at the Product Description :
- Fill your select, multiselect, radio and checkbox fields with WPDB-Queries directly from your database - Fill your product, option and shipping fields with WPDB-Queries directly from your database, including the price
Text-Fields aren’t supported. Also the choices could only be created static on Form-Startup.
is it possible to do this customization, I’ll pay for it. Otherwise this plugin is not useful for me. Thanks.
See the Gravity Forms Description for dynamic Population : https://docs.gravityforms.com/using-dynamic-population/
It would be great help if you configure it for me. I want dynamic population from wptables. That is the reason I purchased this plugin.
Sorry. Currently i’m not available for custom coding.
Hello. Does your plug-in show the result if there are more than 2000 entries in the table and the query selects 80 fields
It’s not a query plugin
Hi. Have emailed a number of times over the past 30 days, still looking for a response or acknowledgement. The ‘GF WPDB Connect’ option is missing from the Forms > Settings menu, so the plugin functionality is greatly diminished.
I found the conflict. WPDB Connect does not work if Members plugin is enabled (https://wordpress.org/plugins/members/). Is there a solution?
The plugin works fine with members
Please read the GF Documentation about role management https://docs.gravityforms.com/role-management-guide/
It used to. I am not sure what changed, originally Members and WPDB worked fine together. As of November, they didn’t. Now I have to disable Members to use WPDB. Yes, I am familiar with role management, and every conceivable permission is granted to the administrator. Any suggestions to identify the issue or next steps I can take?
Any suggestions? I have a number of other plugins (Gravity view, pdf, workflow, etc.). All of their settings and menu options work with Members enabled.
Only WPDB is not working. All the other ones work fine.
I have the members plugin installed without any Problems with WPDB Connect
Updated to version 3.2, but it knocked the whole site down with a 500 error. Went back to 3.1 so the site would work.
new version, 3.2.1, fixes the problem.
yes
Hello master! Thank you very much for your work, its very awesome! But i have some questions, in one form some users will enter a number, then in other form i need to update that number to another (num1+num2)=num3 then save the result in the same table (num3) how can i do that? thank you very much
Only with custom coding.
Can I use your plugin to configure gravity forms for network(multisite) like: Each sites have the same Forms and Entries. ?
Sorry. The Plugin can’t do this. But it’s possible with MySQL ‘Views’ of the tables. (phpMyAdmin -> Create View)
Hi, does Gravity Forms – WPDB / MySQL Connect allow for a 3rd party database connection (other than wordpress database)?
Currently not. Sorry
Nothing about the list fields? How can I manage this kind of field?
List fields aren’t supported. There isn’t a solution without a lot of coding to manage this fields.
Any plans for supporting List fields from GF? Timelines?
Plans Yes, but i can’t give any timeline.
Hi, I’m interested in your plugin
If I validate against my database one of my field values in a single-text-line (a number for example) with the WPDB Querie, what kind of result do I get? is it a boolean, a number, or what else?
Kind regards
The field is valid if there is a record with this value.
Hi,
I’m looking for a plugin to build a multistep form, in which I need to validate a specific ID field with my employees (or users) table in my DB, and depending if this ID exists or not, display some others fields in the form.
Can I achieve this with your plugin?
Thanks in advance!
Sorry No.
Thanks!
I thought it was possible since in your description says:
“Validate against your Database Validate your Field-Input against your WPDB Database Tables with easy SQL Queries. The Gavity Forms WPDB Connect Plugin Supports this for the Field-Types : Single Text Line, Paragraph Text and Number”
Best regards!
Yes. But as you can read there is only about “validation” written. Not validate and retrieve.
I have a wp table with (country, region, city) and gravity form dropdown (or radio box choice). I want to filter region function of country (select region from table where country=radio_box_1_value), and so on for city… Is this possible to do with your plugin?
Sorry. No.