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!

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...