We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32365
    • 42 Posts
    Hello, I’m trying to get webloginpe to redirect to a new page when a user clicks on the "profile" button. The problem I’m having is the code;

    &profileHomeID=`pageidhere`


    doesn’t work. I’ve gotten the following codes to work correctly and redirect, so I’m not sure what’s going on.

    &loHomeId=`` 
    &regHomeId=`` 
    &liHomeId=``


    I’ve double checked to make sure the correct page id is being used, there’s no syntax error I can see either. Any help would be appreciated.
      • 27442
      • 103 Posts
      Try
      &profileHomeId=`pageidhere`

      It’s been incorrect in the documentation for a while.
        • 32365
        • 42 Posts
        Yeah that was the problem. It’s only after someone else points something so obvious out that you kick yourself for it. That’s what I get for copy/pasting from the docs pages instead of typing them out.

        Thanks for the assistance.