PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Where are the entries stored in the database?

  1. I know an entry has been submitted but it is not displaying in the back-end. I want to check if the entry was stored in the database. What table are the entries stored?

    Posted 11 years ago on Thursday March 21, 2013 | Permalink
  2. You can check the database in these tables:
    {$wpdb->prefix}rg_lead
    {$wpdb->prefix}rg_lead_detail
    {$wpdb->prefix}rg_lead_detail_long

    Start with the rg_lead table.

    Posted 11 years ago on Sunday March 24, 2013 | Permalink