lw2015
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Modal] Modal not opening in home pageIt was an issue with the slider, unrelated to the easy modal plugin.
Forum: Plugins
In reply to: [Contact Form DB] Plugin not saving data from php formI resolved based on what you mentioned. It was storing the records in a different blog table than the one being queried.
I have pointed to the right one and I can now see the records plus the query.
Thank you so much.Forum: Plugins
In reply to: [Contact Form DB] Plugin not saving data from php formThe query does not show up at all.
The only thing i see is the message: No form submissions in the databaseForum: Plugins
In reply to: [Contact Form DB] Plugin not saving data from php formI just did, but still the same happens.
When I click the option to see the data the only thing that appears in there is the message:No form submissions in the database
Forum: Plugins
In reply to: [Contact Form DB] Plugin not saving data from php formI had an statement used on the old site where I was switching blogs (blog id 3). So it was trying to save the data onto a non-existing table (cgwp_3_cf7dbplugin_submits).
Now it is saving to the correct one cgwp_18_cf7dbplugin_submits.Since the prefix changed, do I need to change anything to get the data to display?
Forum: Plugins
In reply to: [Contact Form DB] Plugin not saving data from php formThanks, my bad.
The content on the cg_data was:Array
(
[form_title] => Appointments
[location] => 3
[cg_date] => 08/28/2015
[cg_time] => 10:30 AM
[year] => 2010
[make] => r4
[model] => r4
[comments] => test
[fname] => test
[email] => [email protected]
[phone] => 214-555-6666
[selectaservice] => Air Conditioning, Alignments
[location_name] => Colleyville Glade Rd. at Grapevine Hwy., Blvd 26
)By tracing the code I realized the data was being saved to the wrong table.
Now, the problem I’m having is that the page says No form submissions in the database even though the database has records.
Any ideas on this?
Thanks.