Forum Discussion
JordanMcAlister
7 years agoQrew Captain
I tried switching and it changes the record I need and refreshes the page, but then doesn't launch the email.
Here is the bottom part of the edited code:
----------------------------------------------------------------------------------
$URLTWO
&
"&rdr=" & URLEncode($URLTHREE)
&
$URLONE
----------------------------------------------------------------------------------
Here is the bottom part of the edited code:
----------------------------------------------------------------------------------
$URLTWO
&
"&rdr=" & URLEncode($URLTHREE)
&
$URLONE
----------------------------------------------------------------------------------
QuickBaseCoachD
7 years agoQrew Captain
Try this syntax
$URLTWO
& "&rdr=" & URLEncode($URLTHREE)
& URLEncode("&rdr=" & URLEncode($URLONE))
$URLTWO
& "&rdr=" & URLEncode($URLTHREE)
& URLEncode("&rdr=" & URLEncode($URLONE))