NetTalk Central

NetTalk Web Server => Web Server - Share Knowledge => Topic started by: Stu on July 22, 2014, 12:18:39 AM

Title: Always Redirecting after Login in NT8.19+
Post by: Stu 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 :)