Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Can I use multiple profile forms for members?

$
0
0

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]' );
}

Viewing all articles
Browse latest Browse all 59525

Trending Articles