Quote Originally Posted by Luckyrare
It would work in very very old browsers.

You need to make a handler.

and change...

PHP Code:
<form action="[email protected]"
to

PHP Code:
 <form action="handler.php"
Make a file handler.php and put the PHP coding in there.

I think mentor has a tutorial somewhere

Edit: This is your best bet.

http://habboxforum.com/showthread.php?t=26889

Thanks + Rep Added