Hello,
I have requirement to check the user entered ID in DB and redirect to DNN home page. Both login page (this is not login credentials validation; it just check for an record in DB) and home page are in same domain. i.e. www.<ABCD>.com - User check page; and valid case redirect to www.<ABCD>.com/Home.aspx. If invalid redirect to differenct doamin/
So i guess need to create custom ASPX page and place redirects depending on existence check. Do we need to use Splash page? I also have Dynamic Forms module if it is required to create an DNN page. Any help is much appreciated as i want to know is it doable or not?
Thank you