How to make a form using HTML/PHP with conditional responses that are based on

Rind

New member
selection? How to make a form using HTML/PHP with conditional responses that are based on selection? For instance: drop down menu selections that determine the message on the confirmation screen.
 
Uh, that's an awful lot of programming for anyone to answer it simply here.

First, you need to learn how HTML forms work.

Then you need to learn how PHP can accept and handle data submitted by an HTML form.
 
Back
Top