NetTalk Central

Author Topic: Always Redirecting after Login in NT8.19+  (Read 2344 times)

Stu

  • Hero Member
  • *****
  • Posts: 508
    • View Profile
    • Email
Always Redirecting after Login in NT8.19+
« on: July 22, 2014, 12:18:39 AM »
Hi Folks,

Just thought I'd pop this in here after discovering that the old way no longer worked. It may be teaching grandma to suck eggs, could be I'm just really slow to the party!

My code to always redirect to the index used to live in the "Before <form>" embed.

Now it lives in the SetFormAction routine, at the End embed.

The code is:

Code: [Select]
loc:formaction = 'w_Index'
'w_Index' being the url of my index, obviously :)
Cheers,

Stu Andrews