Jonobl
31 Jul 2009, 05:25 AM
Hello everybody. The easy part: I want to create a HTML form.
The hard part: When the user clicks submit I want the information on the next page to depend on what they entered on the form.
For example the form asks "Do you have a dog?" and the user click a radio button saying yes I want the next page to display information about dogs.
When the form asks "Do you have a cat?" and the user click a radio button saying yes I want the next page to also display information about cats.
But when form asks "Do you have sheep?" and the user click a radio button saying no I don't want the next page to display information about sheep.
Thanks in advance.
The hard part: When the user clicks submit I want the information on the next page to depend on what they entered on the form.
For example the form asks "Do you have a dog?" and the user click a radio button saying yes I want the next page to display information about dogs.
When the form asks "Do you have a cat?" and the user click a radio button saying yes I want the next page to also display information about cats.
But when form asks "Do you have sheep?" and the user click a radio button saying no I don't want the next page to display information about sheep.
Thanks in advance.