Hello,
I have a quite unique situation with the form for applying jobs and submitting resume. the form displays first_name, middle_name and last_name fields, for my situation, I need to get rid of the middle name and last name fields, only use first name, it seems to be fine when I commented out the middle name field, however, if I commented out the last_name field, and also commented out the javascript that checks against last_name field being empty, I am getting error message saying I did not filling required fields, in this case, the last_name field. At first, I thought it must be a database error, because last_name is not nullable in the database, so I modified the last_name column in the database to make it a varchar(60) null, but I am still getting the same error message. I looked into the jos_jobs.php in the model folder, and still could not figure out what else code is checking last_name field.
Could you kindly give me some pointer as to what code I should look into to resolve this issue?
thanks very much for your help
Martin