×

Notice

The forum is in read only mode.

new drop down list country in form resume

14 years 2 months ago #1041 by tomtomgo
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;
14 years 2 months ago #1046 by Ahmad
Please attach field with some other fields (don\'t create new case)
case \"nationality\": ?>
<tr>
<td  align=\"right\" class=\"textfieldtitle\">
<?php echo JText::_(\'JS_NATIONALITY_COUNTRY\');  ?>:
</td>
<td><?php echo $this->resumelists[\'nationality\']; ?></td>
</tr>

<tr>
<td  align=\"right\" class=\"textfieldtitle\">
<?php echo JText::_(\'hop\');  ?>:
</td>
<td><input type=\"text\" name=\"dob\"..../></td>
</tr>
<?php break;

Please also add this field in resume table and resume table class.

Please write your valuable review JS Jobs and JS Support Ticket at JED.
14 years 2 months ago #1048 by tomtomgo
thx it\'s works!!

:cheer:
13 years 3 months ago #1569 by Mika
Administrator wrote:


Please also add this field in resume table and resume table class.


Where does one find the table class?
13 years 3 months ago #1570 by Ahmad
Resume Table Class
../administrator/components/com_jsjobs/tables/resume.php

Please write your valuable review JS Jobs and JS Support Ticket at JED.
13 years 3 months ago #1572 by Mika
Thank you very much...
Time to create page: 0.066 seconds

Please publish modules in offcanvas position.