Title: GDFormForms
Last modified: March 2, 2019

---

# GDFormForms

 *  Resolved [bep_11](https://wordpress.org/support/users/bep_11/)
 * (@bep_11)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/gdformforms/)
 * Hello,
 * index.php tries to select data from table $prefix_gdformforms. This table does
   not exist; it should be table $prefix_GDFormForms.
 * index.php
 *  36 // bp 20190302 – table name mispelling
    37 // $gdforms = $wpdb->get_results(“
   SELECT id,Name FROM ” . $wpdb->prefix . “gdformforms”); 38 $gdforms = $wpdb->
   get_results(“SELECT id,Name FROM ” . $wpdb->prefix . “GDFormForms”);
 * Please correct.
    Best regards, Bernard

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [grandwp](https://wordpress.org/support/users/grandwp/)
 * (@grandwp)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/gdformforms/#post-11277059)
 * Dear [@bep_11](https://wordpress.org/support/users/bep_11/) ,
 * Thanks a lot. We will correct that issue in future update releases.
 *  [RANJAN RAWOOL](https://wordpress.org/support/users/consultechnologist/)
 * (@consultechnologist)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/gdformforms/#post-11292691)
 * After updating the plugins today got msg
    “WordPress database error: [Table ‘
   cons41175194850.wp_ayz7fpjwn6_gdformforms’ doesn’t exist] SELECT id,Name FROM
   wp_ayz7fpjwn6_gdformforms”

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘GDFormForms’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy-contact-form-builder_b0d1f3.
   svg)
 * [Easy Contact Form - Form Builder Plugin - Forms for WordPress](https://wordpress.org/plugins/easy-contact-form-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-contact-form-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-contact-form-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-contact-form-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-contact-form-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-contact-form-builder/reviews/)

## Tags

 * [index.php](https://wordpress.org/support/topic-tag/index-php/)

 * 2 replies
 * 3 participants
 * Last reply from: [RANJAN RAWOOL](https://wordpress.org/support/users/consultechnologist/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/gdformforms/#post-11292691)
 * Status: resolved