CF Data Input Forms
Next you need to specify the form action, which in this case is the page that will insert the data from the form into the “student_db” datasource.
<FORM ACTION=“addStudent.cfm” method=“POST”>
<input type=“text” name=“studentID” maxlength=“10”>
<input type=“text” name=“studentName” maxlength=“25”>
<input type=“submit” name=“submit” value=“Insert Student”>