In my onFormRequest script, if certain parameters aren’t met, I’m redirecting to another (internal) page.
As a test, I’ve put my variable at the very start of the script.
Set Variable [ $$BF_Action ; Value: BF_SetAction_path ( "/successPage" ; "" )
When loading the page, it should redirect to one of my other pages.
It’s not.
What am I doing wrong?