|
|
Forum moderator: bigblog |
uCoz Community General Information First Steps with uCoz How can I include registration form on the home page? (Please help) |
How can I include registration form on the home page? |
davidkz, you could use a redirection script and conditional operators, e.g.
Code <?if(!$USER_LOGGED_IN$)?> <script type="text/javascript"> <!-- window.location = "http://registration_page" //--> </script> <?endif?> The code can be pasted into the Home page (Control Panel -> Page Editor -> Page management). I'm not active on the forum anymore. Please contact other forum staff.
|
| |||
| |||