Title: leadcrumb's Replies | WordPress.org

---

# leadcrumb

  [  ](https://wordpress.org/support/users/leadcrumb/)

 *   [Profile](https://wordpress.org/support/users/leadcrumb/)
 *   [Topics Started](https://wordpress.org/support/users/leadcrumb/topics/)
 *   [Replies Created](https://wordpress.org/support/users/leadcrumb/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/leadcrumb/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/leadcrumb/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/leadcrumb/engagements/)
 *   [Favorites](https://wordpress.org/support/users/leadcrumb/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Retrieving Data from MySQL](https://wordpress.org/support/topic/retrieving-data-from-mysql/)
 *  Thread Starter [leadcrumb](https://wordpress.org/support/users/leadcrumb/)
 * (@leadcrumb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/retrieving-data-from-mysql/#post-4444344)
 * danke.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form DB] Error: no form is chosen not with wp_ but xx_](https://wordpress.org/support/topic/error-no-form-is-chosen-not-with-wp_-but-xx_/)
 *  Thread Starter [leadcrumb](https://wordpress.org/support/users/leadcrumb/)
 * (@leadcrumb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/error-no-form-is-chosen-not-with-wp_-but-xx_/#post-4437243)
 * i have created a new table with the code in PHPmyadmin
 *     ```
       CREATE TABLE IF NOT EXISTS wp_CF7DBPlugin_SUBMITS  (
                   submit_time DECIMAL(16,4) NOT NULL,
                   form_name VARCHAR(127) CHARACTER SET utf8,
                   field_name VARCHAR(127) CHARACTER SET utf8,
                   field_value LONGTEXT CHARACTER SET utf8,
                   field_order INTEGER,
                   file LONGBLOB);
   
       ALTER TABLE wp_CF7DBPlugin_SUBMITS  ADD INDEX submit_time_idx ( submit_time );
   
       ALTER TABLE wp_CF7DBPlugin_SUBMITS  ADD INDEX form_name_idx ( form_name );
   
       ALTER TABLE wp_CF7DBPlugin_SUBMITS  ADD INDEX form_name_field_name_idx ( form_name, field_name );
       ```
   
 * I had deactivated and activeted the plugin and still the same error. Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form to Post] How To…](https://wordpress.org/support/topic/how-to-42/)
 *  [leadcrumb](https://wordpress.org/support/users/leadcrumb/)
 * (@leadcrumb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-42/#post-3367854)
 * hy i have the same problem “Error: no form is chosen”,i have installed all 3 
   of them, but the the table name by me is not wp_ but xx_cf7dbplugin_submits. 
   What i am doing wrong? Thaks.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to post data from a database table in a page in wordpress](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/)
 *  Thread Starter [leadcrumb](https://wordpress.org/support/users/leadcrumb/)
 * (@leadcrumb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/#post-4432588)
 * Can someone help me with a plugin?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to post data from a database table in a page in wordpress](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/)
 *  Thread Starter [leadcrumb](https://wordpress.org/support/users/leadcrumb/)
 * (@leadcrumb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/#post-4432576)
 * yeah thanks thats great for you man, but for me hmm i don’t understand how does
   ist work i don’t se a complete example code and for me is still a plugin the 
   best option. There is to much info in my database.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to post data from a database table in a page in wordpress](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/)
 *  Thread Starter [leadcrumb](https://wordpress.org/support/users/leadcrumb/)
 * (@leadcrumb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/#post-4432569)
 * is there a plugin for those kind of things? as an example [wpDataTables](http://codecanyon.net/item/wpdatatables-easy-tables-in-wordpress/3958969?WT.ac=solid_search_item&WT.seg_1=solid_search_item&WT.z_author=cjbug)
   plugin. But its just for making tables.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to post data from a database table in a page in wordpress](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/)
 *  Thread Starter [leadcrumb](https://wordpress.org/support/users/leadcrumb/)
 * (@leadcrumb)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/how-to-post-data-from-a-database-table-in-a-page-in-wordpress/#post-4432567)
 * yes thnaks but the problem is i want to make a very large table with a lot of
   rows, that means that i must create for each row a shortcut?

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