Advertisement:

Author Topic: Add user type field in registration page  (Read 246 times)

yashfox

  • Newbie
  • *
  • Posts: 9
Add user type field in registration page
« on: June 05, 2019, 11:15:01 am »
How to add user type option in registration page for "wizestate" theme.. ?

zasami

  • Full Member
  • ***
  • Posts: 210
Re: Add user type field in registration page
« Reply #1 on: June 05, 2019, 01:07:30 pm »
hi!!!
i d'nt know wizest theme but i think all form user rigistration are the same
in user-register.php
add a select otion lik this
Code: [Select]
<select class="your select css class here" id ="b_company" name ="b_company">
<option value="0">Private</option>
<option  value="1">Company</option>
</selet>