Dynamic Redirect Link After Login
Permalink
I need to be able to specify a URL instead of a cID here...
Is this possible?
The reason being is that the page has it's on URL parameters that are needed to determine the content. By using a cID, I will lose the ability to pass my own parameters along with the link.
<input type="hidden" name="rcID" value="<?php echo $rcID?>" />
Is this possible?
The reason being is that the page has it's on URL parameters that are needed to determine the content. By using a cID, I will lose the ability to pass my own parameters along with the link.
Rony