Uneschewed Posted April 17, 2019 Report Share Posted April 17, 2019 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? Quote Link to comment Share on other sites More sharing options...
Michael Kinder Posted April 17, 2019 Report Share Posted April 17, 2019 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! Quote Link to comment Share on other sites More sharing options...
Uneschewed Posted April 18, 2019 Author Report Share Posted April 18, 2019 Hello, I see no add order form in the overview of billing as well the customize overview shows nothing but the text and the two buttons are blank but I can click them. Quote Link to comment Share on other sites More sharing options...
Michael Kinder Posted April 18, 2019 Report Share Posted April 18, 2019 Hello Uneschewed! The option to add an order form is not in the Billing Overview screen. Follow the steps outlined here in the documentation to create an order form. Just be sure to select Client Registration as the type: https://docs.blesta.com/display/user/Order+System#OrderSystem-CreatinganOrderForm Hope this helps! Paul 1 Quote Link to comment Share on other sites More sharing options...
Uneschewed Posted April 19, 2019 Author Report Share Posted April 19, 2019 Thanks for the help, Quote Link to comment Share on other sites More sharing options...
Uneschewed Posted April 19, 2019 Author Report Share Posted April 19, 2019 Thanks for the help I have found the form. Paul 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.