• Resolved ragnel

    (@ragnel)


    Good afternoon,

    The organisation I am working with has just started using ultimate member. We would like to make some form for existing members to fill in. We have not been able to do this as it brings up the message you are already registered. Is there a way that registered members can fill in a form? Like for example a renewal form.

    Many thanks,

    Mieke

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @ragnel

    To enable the Register form for currently logged-in user, you need to add the following code snippet to your theme/child-theme or use the Code Snippet plugin to run the code:

    add_filter( 'um_registration_for_loggedin_users', '__return_true' );

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @ragnel

    ..Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make a form for existing members’ is closed to new replies.