Expand my Community achievements bar.

Creating login page and user form page

Avatar

Former Community Member
Hi,

I am trying to create a login page and i want to redirect the user to new form(PDF) upon successful login. How can I do that?
1 Reply

Avatar

Level 9
The safest way to do that is on submit of the login html page, validate the username/password, and if successful, stream the PDF file to the response object.

Howard

http://www.avoka.colm