Hey fellows,
How can I add a custom checkbox fields to the form resume? I tried to add it like this :
<input type='checkbox' name='someName' value='1'
<?php if (isset($this->resume)) {
echo ($this->resume->someName== 1) ? "checked='checked'" : "";?>/>
but it doesn't update on database when Un-select the checkbox.. I have new custom field in
jobseeker/
formresume.php
view_resume.php
db:
fieldsordering table
resume table
in admin side ://
jobseeker/
formresume.php
view_resume.php files
thanks inadvance
raj