I have this form where employees can send feedbacks.
I have two tables, employee and tbl_feedback.
The employee_id
in my tbl_feedback references id
in my employee table.
Now my question is, are there any other way to make it work without putting Employee ID on my form?