Hi,
I succeed to add new field in the formresmue.php and it\'s works fine!(checkbox or textfield) but, I want also create another drop-down list of the country but I don\'t understand how it\'s works
(I want add the placeOfBirth field)
case \"nationality\": ?>
<tr>
<td align=\"right\" class=\"textfieldtitle\">
<?php echo JText::_(\'JS_NATIONALITY_COUNTRY\'); ?>:
</td>
<td><?php echo $this->resumelists[\'nationality\']; ?></td>
</tr>
<?php break;
case \"placeOfBirth\": ?>
<tr>
<td align=\"right\" class=\"textfieldtitle\">
<?php echo JText::_(\'hop\'); ?>:
</td>
<td><?php echo $this->resumelists[\'nationality\']; ?></td>
</tr>
<?php break;