Jump to content

Need a Register Form


Uneschewed

Recommended Posts

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?

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...