What is the purpose of "Name" below...
HTML Code:<!-- Submit Form -->
<input type="submit" name="changeAnswers" class="button" value="Change Answers"/>
Is it just a "hook" for styling?
Or does it serve some important purpose?
Does it have anything to do with what happens when the Form is submitted?
I'm confused... :-/
Debbie

