Does anyone know if there's a conflict between Verve-meta-boxes and TDO-mini-forms, specifically in the way they set custom field key names?
I’ve been using Verve-meta-boxes to simplify the back-end when setting up pages. The custom fields in VMBs are notes, mapauthor, trailhead, zipcode, and maplink. From the admin menu, they work without an issue, so my site’s already been set up to use these custom fields throughout.
So now I’m trying to simplify the page-making process with TDOMF. But, when I give the TDO Custom Fields these same key names, they don’t work. Nothing gets added as a custom field to the post_meta database. When I give the TDO keys different names (tdo_notes for example), they DO get added as custom fields to the post_meta database. So, how can I give the TDO custom fields the same key names as VMBs, so that the data gets put into the correct custom field on the database?
When I deactivate Verve-meta-boxes and create a page with the TDO form, the custom fields DO show up in the post_meta database, and in the custom fields on the new page's admin edit page.
I'd like to continue using both plug-ins, is there a way to make them play nicely and use the same custom field keys?