Hello,
 
	 
 
	I have been going over what files I have access to and I have no register form in bootstrap or the theme I am integrating, do you have a form which I can apply to my specific theme, basically I would nee the php version of the form, I can see the login form shows the following:
 
	 
 
	<?php 
	                                $this->Form->label($this->_('ClientLogin.index.field_username', true), 'login_username'); 
	                                $this->Form->fieldText('username', $this->Html->ifSet($vars->username), ['id' => 'login_username', 'class' => 'form-control', 'placeholder' => $this->_('ClientLogin.index.field_username', true)]); 
	                                ?>
 
	What are the tabs for these?