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.
Thread Starter
rainyh
(@rainyh)
I 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!
Thread Starter
rainyh
(@rainyh)
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, 5 months ago by rainyh.