Custom tab to access profile form on account page
-
Hi,
Thanks for a great plugin, with enough effort and research there’s almost nothing it can’t do!
I need to give the users access to the profile form fields from the account page, so I created a new tab in the accounts page using your updated gist, then just put the profile’s shortcode for the content as follows:
function um_account_content_hook_mytab( $output ){ ob_start(); ?> [ultimatemember form_id=254] <?php $output .= ob_get_contents(); ob_end_clean(); return $output; }
It works like a dream except for one thing: The “update account” button in the main account tab doesn’t work any more, it just does nothing! (the update profile button in the new tab works perfectly)
Any idea why that is ? It drives me crazy to be so close and not find what’s going on !
Thanks,
RP
- The topic ‘Custom tab to access profile form on account page’ is closed to new replies.