As you can see the user can pick a timeslot to make an appointment. When he presses submit the form must perform an action(which I still have to add), and that action must load (I'd imagine) a Javascript timetable which updates the timetable and adds his details to the time he picked.
There...
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>...
You see I've created this form, now I want the values entered by the user to be stored in a variable, and I want to use that variable in a table.... can someone explain pleaseeeee
<html>
<head>
<title>Form Example</title>
</head>
<body>
<form action="">
<b>Student Name :</b> <input type="text">...