I need to build a form and send the results to a MySQL database which I know how to do.
The part I need help with is that the form has a couple fields that will then open a new form field based on what is chosen.
For instance:
First selections (either radio or checkboxes)
- New Book
- Revise existing Book
If New Book is selected, a textarea box allowing for the Book Description would appear.
If Revise existing Book is selected, a text box asking "date of original publication" would appear and a second textarea box would appear for "Indicate changes".
Any help would be appreciated!