×

Notice

The forum is in read only mode.

Custom Fields- Checkbox - Form Resume

12 years 10 months ago #1809 by rajesh
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
Time to create page: 0.248 seconds

Please publish modules in offcanvas position.