Home › Forums › Front-end Issues › Front-end form with file / gallery uploaders › Reply To: Front-end form with file / gallery uploaders
WAIT !!!!
1. acf_form_head() processing form after send it.
2. IF your js error block your console before sent form you have still problem.
try fix it that in your JS:
acf.o = {};
acf.screen = {};
acf.o.post_id = 0;
acf.screen.post_id = 0;
Js console should by clear now. You could work in js and create fileuploader and gallery.
Soon I’ll add code to frontend jquery uploader based on this library:
http://blueimp.github.io/jQuery-File-Upload/
Now I testing it.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.