Support

Account

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!