Hello,
I have a couple of websites which have custom data tables due to requiring backwards compatibility with proprietary data structures. But we use Piklist for all the form generation and handling.
To do this, we make heavy use of piklist_save_field-{scope} and then have a custom ORM and DB layer which we use for CRUD instead of using WordPress posts. (We do also on the same site have WordPress custom posts etc. as well).
I’ve noticed with the 0.10 version on github that when I switch to it, the method I have been using to work with the submitted fields is no longer working.
For example, I was using $fields[‘search_id’][‘request_value’] to get the value of a field. And $fields[‘item_details:make’][‘request_value’] for a grouped field.
However these do not find any data in 0.10. Has this part been rewritten? If so what’s the best way of getting the fields?
Thanks for an amazing framework!