wp_ronin_1
Member
Posted 7 months ago #
I need to batch edit all of my contact forms. Logged into phpmyadmin, did the SQL search and replace. All of the entries in the wp_contact_form_7 table seem to have been updated, but on the site they remain unchanged...
Any advice would be super-appreciated!
Thanks,
http://wordpress.org/extend/plugins/contact-form-7/
If you are using Contact Form 7 3.0 or higher, contact form data are stored in the wp_posts and the wp_postmeta tables as Custom Post Types. The wp_contact_form_7 table is no longer used.
wp_ronin_1
Member
Posted 7 months ago #
Thank you! I found it in the wp_postmeta table.