Forums
-
- Forum
- Posts
-
- Installation
- 28,550
- Troubleshooting
- 62,943
- Themes
- 10,447
- Plugins
- 15,405
- Requests & Feedback
- 15,031
- Showcase
- 3,257
-
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;
}
?>