Osclass forums

Support forums => Themes => Real Estate => Topic started by: yashfox on June 05, 2019, 11:15:01 am

Title: Add user type field in registration page
Post by: yashfox on June 05, 2019, 11:15:01 am
How to add user type option in registration page for "wizestate" theme.. ?
Title: Re: Add user type field in registration page
Post by: zasami 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>