The best thing would be to export the plugin’s table from your database and import it into the new one. wp_cf7dbplugin_submits
Thanks, are you talking about on the mysql side of the site? I figured I can do a SQL table import, but didn’t really want to dig that deep. Was hoping that wordpress had a utility.
-
This reply was modified 9 years, 8 months ago by
godsitguy.
Yes MySQL to MySQL. I don’t know about any WP utilities.
Hi, I have the same issue, but when you say mysql to mysql what do you mean?
i had set the site up on a sub domain and ftp’d the contents of the original site over to it and it copied the forms etc. I then ftp’d the exact same copy to the main domain name when the server was ready but the forms are missing.
I mean export the data from that table in the DB and import it into the new DB. Do this with PHPMyAdmin.