Do you own a Habbo Fansite and too many people asking how to vote it official? Then just add this simple page to your fansite!
Make a file called vote.htm. In this file put:
If you site is just a radio site, remove the other checkboxes, and make the Radio checkbox hidden and auto-clicked. To do this change the code to:HTML Code:<form action="http://www.habbohotel.co.uk/habbo/en/community/competition/competition/" method="post"> <input type="hidden" name="id" value="208"> <input type="hidden" name="action" value="send"> <p> <input type="hidden" name="field961" size="50" value="www.yoursite.tld" mexlength="150"> </p> <p> <p><b>Type Of Fansite:</b></p> <p> <p> <input type="checkbox" name="field962" value="News/Fansite Site"> News/Fansite Site<br> <input type="checkbox" name="field962" value="Radio"> Radio<br> <input type="checkbox" name="field962" value="Forum"> Forum<br> <input type="checkbox" name="field962" value="Help/Information Site"> Help/Information Site<br> <input type="checkbox" name="field962" value="Room Related Site"> Room Related Site<br> </p> </p> <p><b>Reason(s) For Nominating Us:</b></p> <p> <textarea name="field963" rows="8" cols="50"></textarea> </p> <p> <b>Habbo UK Username:</b> </p> <p> <input type="text" name="habboname" size="50" value=""> </p> <p> <b>Habbo UK Email address:</b> </p> <p> <input type="text" name="email" size="50" value=""> </p> <p> <input type="submit" value="Submit"> </form> </p> <p> <a href="http://www.habbohotel.co.uk/habbo/en/community/competition/competition?id=208&rules=1">Habbo UK Voting Rules</a> </p>
If your fansite is just a forum, follow the same steps just keep the forum checkbox, instead of the radio checkbox.HTML Code:<form action="http://www.habbohotel.co.uk/habbo/en/community/competition/competition/" method="post"> <input type="hidden" name="id" value="208"> <input type="hidden" name="action" value="send"> <p> <input type="hidden" name="field961" size="50" value="www.yoursite.tld" mexlength="150"> </p> <p> <p><b>Type Of Fansite:</b></p> <p> <p> <input type="hidden" name="field962" value="Radio" CHECKED> </p> </p> <p><b>Reason(s) For Nominating Us:</b></p> <p> <textarea name="field963" rows="8" cols="50"></textarea> </p> <p> <b>Habbo UK Username:</b> </p> <p> <input type="text" name="habboname" size="50" value=""> </p> <p> <b>Habbo UK Email address:</b> </p> <p> <input type="text" name="email" size="50" value=""> </p> <p> <input type="submit" value="Submit"> </form> </p> <p> <a href="http://www.habbohotel.co.uk/habbo/en/community/competition/competition?id=208&rules=1">Habbo UK Voting Rules</a> </p>
Remember to change 'www.yoursite.tld' in the opening <form> tag.
Make sure you change the forms style to fit your site's design![]()





Reply With Quote





