Using radio buttons in a form to give the user specific feedback

  • Thread starter Thread starter rich22701
  • Start date Start date
R

rich22701

I am trying to create a form on a webpage, in which the user will select one
from a group of radio buttons (numbered 1 thru 21). When the user submits
their selection, I want them to receive a specific response corresponding to
the number they chose. (Example: If they choose radio button labeled "3" and
click SUBMIT, the form disappears and they see the name "Kevin". Or if they
choose radio button labeled "8" and click SUBMIT, the form disappears and
they see the name "Michael".

Can anyone help me?
 
You would use some Serverside code to do this, ASP or PHP. Check what
your provider supports. You can then ask in a forum dedicated to that
language or post here again with that info.

Regards Jens Peter Karlsen.
 
Back
Top