Home › Forums › Backend Issues (wp-admin) › No Meta-Box on user profile edit page › Reply To: No Meta-Box on user profile edit page
Thanks Elliot!
I’ve modified my Buddypress profile-loop.php with an acf-form and the fields are displayed nicely (as per
-http://www.advancedcustomfields.com/resources/tutorials/creating-a-front-end-form/
-http://support.advancedcustomfields.com/forums/topic/front-end-and-custom-user-meta/
).
I’m getting this warning though –
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/www/…/html/beta/wp-content/plugins/advanced-custom-fields/core/api.php on line 1168
And it appears there’s a problem with the conditionality. I assumed that the admin-js that is responsible for handling the conditionality aspect in the backend would be loaded through acf_form, but apparently that’s not the case – at least the conditional fields are all displayed regardless of the entered values. Is there any way to achieve this (short of rewriting the conditionalities in jquery)?
If it is possible, Which scripts would have to be enqueued for this to work?
Thanks for a brief reply!
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.