Hi,
The scenario:
My test jobseeker applies to a job post through the application form.
-If the jobseeker sends the Job Board resume, everything is fine, all details are inserted correctly into the database.
-If the jobseeker uploads a new file at the application form, and submits this form, the name of the jobseeker gets lowered and modified before inserted into the database. So the Employer receives this details and the Admin Applications have this details as well.
Example:
Jobseeker: Maria Antonia
Applies for a job with jobboard resume, date inserted OK into ja_applications table.
Applies for a job with new uploaded file, name lowered to maria-antonia and inserted into table.
How can I fix this?, where is the function that inserts data into applications table?
Stuck!!