"Navigate to page" after user registration

Hello,

I am trying achieve the following:
After a successful user registration I would like to send the user to another page (containing a TemplateForm)
Unfortunately until now nothing has worked and I keep landing on the start/home page.
Any suggestion oh who this could be implemented?

Thanks

Hi @Emil_Ceraceanu,

You can try the following:

  1. Add the server\Controllers\AccountController.cs file to Radzen's code generation ignore list.
  2. Update the Register method to redirect to the page you want.

Worked like a charm.

Thank you very much.