Buddypress Registartion template [closed]

Try putting this snippit below the get_header section:

<?php
global $bp;

if(empty($bp->signup->step))

$bp->signup->step='request-details';

?>