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

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?
 
J

Jens Peter Karlsen

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top