web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Pages
Answered

Redirect after T&C

(0) ShareShare
ReportReport
Posted on by 82

Hi everyone,

 

I would like to redirect always to Profile page after acepting the Terms and Conditions from Portals...

I tried the Authentication/Registration/ProfileRedirectEnabled but that also makes when the user login to go to the Profile Page, and during the Login i would like to redirect to the Home page...

 

How can i do it?

Categories:
I have the same question (0)
  • Fubar Profile Picture
    8,487 Super User 2026 Season 1 on at

    Only thing i can think of would be to add some JavaScript in the HTML for the content snippet Account/Signin/TermsAndConditionsCopy and have it change/add the ReturnUrl parameter in the url to the page that you wan them to go to next

  • pedrodecarvalh Profile Picture
    82 on at

    Any idea how it would be the code?

    I was trying out some codes i found on internet but it didnt worked

  • Verified answer
    Fubar Profile Picture
    8,487 Super User 2026 Season 1 on at

    Actually, inside the Content Snippet "Account/Signin/TermsAndConditionsCopy" HTML update the form element's action attribute, by doing something like the following

     

     

     

    <script>
    $( document ).ready(function() {
     $('#terms-and-conditions-section').find('form').attr('action','/Account/Login/TermsAndConditions?returnUrl=%2Fprofile%2F');
    });
    </script>

     

     

     

  • pedrodecarvalh Profile Picture
    82 on at

    Hi Fubar,

     

    That was perfect and made exactly what i needed!

    Thanks!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
rezarizvii Profile Picture

rezarizvii 53

#2
DP_Prabh Profile Picture

DP_Prabh 40

#3
oliver.rodrigues Profile Picture

oliver.rodrigues 28 Most Valuable Professional

Last 30 days Overall leaderboard