Multiple Profile Forms for each Member?
-
Is it possible to add additional profile forms that are displayed under different tabs for a member, i.e. we may have 4 profile forms, each with their own content fields, then in their profile portal they will have a (custom) tab for each of those profile forms? If so what code do I need to add to the tabs.
If I create the profile form and then use the code
do_shortcode('[ultimatemember form_id=68]');in my custom tab (which works fine for text only echo’s)
function um_profile_content_mycustomtab_default( $args ) { echo do_shortcode('[ultimatemember form_id=68]'); }It will not work and I get a site can’t be reached error.
The topic ‘Multiple Profile Forms for each Member?’ is closed to new replies.