I have created a form, and want to use it by taking the variables and creating a timetable of information.
Here is the code for the form...
<html>
<head>
<title>Form Example</title>
</head>
<body>
<form action="">
<b>Student Name :</b> <input type="text">
<br>
<br>
<b>Candidate Number :</b>...