rainyh
Forum Replies Created
-
Hi, I’m actually having this same problem with my pro version – none of the ACF fields are displaying on the backend. I’m trying to display fields as buttons but that option is not appearing. The REST API is enabled for both the post type and field group, just like the original poster.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Migrating From Toolset Type to PodsI figured it out! If you’re working on this in the future and are stuck like me, check your database fields in wp_postmeta. I found that Toolset type actually stores all their data prefixed with wpcf-
That means you need to add wpcf-to all of your custom fields in order to work!I fixed this issue! It was clashing with a plugin I added to my multisite -NS Cloner. I deactivated that plugin and tested by filling out my signup form. My submission was logged! The only issue is I don’t know how to access the submissions that aren’t in the Email List, but I’m guessing those are just lost to the wind.
- This reply was modified 6 years, 7 months ago by rainyh.