Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: redirect after login error


Olaf Lederer
Participant

@finalwebsites

as a work arround, I use this value for the hidden field “re”:

<?php
if ($re == 'http://#postform') {
echo $_SERVER['HTTP_REFERER'].'#postform';
} else {
$re;
}
?>

Skip to toolbar