I am thinking to add in one more detail into a personal information column and I having troubles when I trying to insert a form into a existing table. My purpose is to create 1 more row for user to upload their profile photo, existing table was distorted when I add in the upload photo section.
My initial codes: [code]
Personal Information
Name :
* eg: Sarimah Binti Abdul Rahim
IC No :
[/code]
Codes when I try to insert the upload photo section: [code]
Personal Information
Photo :
Upload this file:
Name :
* eg: Sarimah Binti Abdul Rahim
IC No :
[/code]
I add in [code]
Upload this file:
[/code] in the row above the student name. Purpose is to enable student to upload their own profile photo. Please help.