I am trying to use External Login and trying to pass variables through the redirect page. Unfortunately, this doesn't seem to work. For example if I try this:
Code: Select all
<form action="../ucp.php?mode=login" method="post">
<input type="hidden" name="redirect" value="/My_Scripts/post_it.php?value1=one&value2=two" />
...
</form>
My question is "Is it possible to pass variables through the redirect?"
Thanks for any help
Jeff T.