I want to add a new parameter to J 1.5 registration and that is Country and it should be required.
Registration form:

Country id field in jos_users:

Browse jos_country:

Structure jos_country:

- Code: Select all
<tr>
<td height="40">
<label id="countryname" for="country">
<?php echo JText::_( 'Country' ); ?>:
</label>
</td>
<td>
<select name="countrylist" size="1" id="country['name']" class="imputmenu-list validate-country">
<option><?php echo JText::_( 'CCountry' ); ?></option>
</select> * </td>
</tr>
What I should do?
Here is an example, I`ve done it manually

Please help,
Thank you for your time!
