CherylHuie
3 years agoQrew Trainee
Formula help - Save and Redirect but with "If Statement"
I am trying to direct the user to different pages depending on if they know a password. I have the below formula and the redirect works if I save the record first (and the password is saved) but if a user enters the password and then presses the URL formula button below, the formula isn't saving the password field before applying the redirect formula below. Is there a way for one button to save the record first and THEN apply the redirect below?
If([Password:]="password",URLRoot()&"db/"&AppID()&"?a=showpage&pageID=101",URLRoot()&"db/"&AppID()&"?a=showpage&pageID=4")
------------------------------
Cheryl Huie
------------------------------
If([Password:]="password",URLRoot()&"db/"&AppID()&"?a=showpage&pageID=101",URLRoot()&"db/"&AppID()&"?a=showpage&pageID=4")
------------------------------
Cheryl Huie
------------------------------