email person based on radio and select selections
- From: schwooba@xxxxxxxxx
- Date: 27 Feb 2007 11:00:19 -0800
Hello...I have an html form with radio and select controls that I want
to email to a user but can't quite grasp the way I should set this up.
If someone selects "a" and "milk" I want it to email abc. If they
select "a" and "cookies" it should go to xyz. Any help would be
appreciated.
input type="radio" name="type" value="a"
input type="radio" name="type" value="b"
input type="radio" name="type" value="c"
<select name="location">
<option>milk</option>
<option>cookies</option>
</select>
.
- Follow-Ups:
- Re: email person based on radio and select selections
- From: Kimmo Laine
- Re: email person based on radio and select selections
- Prev by Date: mysql vs. mysqli, how to call stored procedure from php
- Next by Date: Re: How to remove row from ezSQL object?
- Previous by thread: mysql vs. mysqli, how to call stored procedure from php
- Next by thread: Re: email person based on radio and select selections
- Index(es):
Relevant Pages
|