Hi,
I got a two page form (v4) where first form passes session data to the second one.
What's the best way to prevent users from accessing the second form directly? I tried using Server Side Validation to check if the session data is not empty, but it doesn't seem to work.
I got a two page form (v4) where first form passes session data to the second one.
What's the best way to prevent users from accessing the second form directly? I tried using Server Side Validation to check if the session data is not empty, but it doesn't seem to work.