Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Gilmour,

    There are two ways you could achieve this. The first way would be to, instead of using the default user level functionality, create a custom field called Levels (or whatever else) with the values that you want (e.g. Regular User and Power User). Then you could make use of the redirect array string functionality of our login shortcode. For example:

    [login redirect_field=”Custom Field Name” redirect_array_string=”Regular User=https://www.first.url,Power User=https://www.second.url”]

    Of course, you’d have to substitute the names for those that you create.

    The second way would be to make use of our public function to modify your page template to do this login redirect for you. We created a helpful tutorial video that shows how to use the public function, which you can watch here: https://www.youtube.com/watch?v=bKiJAjq7PhQ.

Viewing 1 replies (of 1 total)
  • The topic ‘Login button directs users to different pages based on level’ is closed to new replies.