• Resolved GregW

    (@gwmbox)


    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.

    • This topic was modified 7 years, 8 months ago by GregW. Reason: More info
Viewing 1 replies (of 1 total)
  • Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @gwmbox,

    Unfortunately, it’s not possible and would require customization of plugin files, if you really need this feature I suggest hiring a developer for assistance.

    Regards.

Viewing 1 replies (of 1 total)

The topic ‘Multiple Profile Forms for each Member?’ is closed to new replies.