Jump to content
  • 0

How to make simple registration?


Question

Posted

Greetings!

I tried to search but found only old topics and they are not relevant anymore.
Then the client is purchasing something I need only e-mail and password form for registration, that's all.

Is it possible to make? Can someone help me modify signup template? Thanks.

 

4 answers to this question

Recommended Posts

  • 0
Posted
  On 11/1/2017 at 2:13 PM, NKV said:

Greetings!

I tried to search but found only old topics and they are not relevant anymore.
Then the client is purchasing something I need only e-mail and password form for registration, that's all.

Is it possible to make? Can someone help me modify signup template? Thanks.

 

Expand  

To make a registration page, create it as a order form theres a dropdown box that will say Registration, as per removing the "username" option it would require editing /plugins/order/views/templates/standard/signup.pdt

  • 0
Posted
  On 11/1/2017 at 3:54 PM, gosuhost said:

To make a registration page, create it as a order form theres a dropdown box that will say Registration, as per removing the "username" option it would require editing /plugins/order/views/templates/standard/signup.pdt

Expand  

What about form then you are buying hosting package?

  • 0
Posted
  On 11/1/2017 at 4:00 PM, NKV said:

What about form then you are buying hosting package?

Expand  

Remove:

                                <div class="radio">
                                    <label>
                                        <?php
                                        $this->Form->fieldRadio('username_type', 'username', ($this->Html->ifSet($vars->username_type) == 'username'), ['id'=>'username_type_username']);
                                        $this->_('Signup.index.field_username_type_username');
                                        ?>
                                    </label>
                                </div>

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...