Hi CalderaWP team!
I’m encountering a problem with uploaded files.
In CF, I use the advanced file upload field and in Pods I use the file / image field. Independently, each field works well but they aren’t “connected”…
When I upload files with the CF form, files are added to the media library but not added to the post.
I tried to use a “classic” upload field and it works, but I can’t upload multiple files… (even if the option is enabled).
I understand that the CF advanced file upload field generates an array of URLs while the Pods file field needs an array of ID's and I made some tests with Pods::save() but I can't make it work…
Hi CalderaWP team!
I’m encountering a problem with uploaded files.
In CF, I use the advanced file upload field and in Pods I use the file / image field. Independently, each field works well but they aren’t “connected”…
When I upload files with the CF form, files are added to the media library but not added to the post.
I tried to use a “classic” upload field and it works, but I can’t upload multiple files… (even if the option is enabled).
I understand that the CF advanced file upload field generates an array of URLs while the Pods file field needs an array of ID's and I made some tests with Pods::save() but I can't make it work…