Replies: 0
Is it possible to have multiple profile forms for a member and have the second form come under a new custom tab (using the add custom tabs code from UM Docs).?
I have the second profile form done, but when I add it to the code using do_shortcode it will fail to load and have a page error.
E.g.
function um_profile_content_mycustomtab_default( $args ) {
echo do_shortcode( '[ultimatemember form_id=61]' );
}