How do I create a registration template in Buddypress? I can't seem to find any way to integrate the registration form in a template page. I tried adding this code to my template page, it displays nothing but a blank form:
Can anyone tell me what I am doing wrong?
UPDATE:
Now I have this in my front-page.php file: http://pastebin.com/ZeK43zkv
It shows all the fields but doesn't work. When I click the signup button it returns the same page and does not register the user. Anyone?