Jump to content

Recommended Posts

Posted

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?

 

Posted

HI Uneschewed!

Thanks for reaching out to the community!

Blesta's registration form is part of the pre-included Order System plugin. As such, you need to create an order form with a type of Client Registration if you want to have a registration form.

 

Hope this helps!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...