How do I create a dynamic input boxes?
Example:
Say I had a form with only one input box asking users for a suggestion.
<input type="text" name="ursuggestion" size="40" maxlength="40">
But suppose a user has more than one suggestion, can the form generate input text fields as many as the user wants to input before submitting the form.