Custom forms with upload ability?
Hi there,
I've been using custom forms and pods API to submit data to pods instead of using a public form for flexibility. My question is, how would one use a custom form and utilize uploads? Would it just be easier to use a public form and somehow modify the output with helpers?
I'd really like to know this.
Thanks!
Tre
1 Answer
Check out the code used for the uploader in /ui/input_fields.php, you can reuse that as you need, just be sure to initialize it where needed. PodAPI expects wp_post.ID values for each upload in an array. How you get there is up to your preference.


