Viewing 2 reply threads
  • Author
    Posts
    • #8867
      johnvanham
      Participant

      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!

    • #8869
      Steve
      Keymaster

      @johnvanham– Can you please post this as an issue on github? We’d like to keep this support forum for what’s on wp.org.

      Thanks

    • #8870
      johnvanham
      Participant

      Oops! I was going to but thought that because it was more of a question that it should go on here. I will put that on there too. Thanks!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.