Re: How to get value from drop down box to e-mail with php
- From: "kandi111777" <kandi@xxxxxxxxxxxxxxxxx>
- Date: 29 Jun 2006 20:16:34 -0700
I made the changes so now it looks like this:
<td width="88" align="right"><select name="Subject" size="1">
<option selected value="website">Web Site</option>
<option value="company">Company</option>
<option value="products">Products</option>
<option value="store">Store</option>
<option value="employee">Employee</option>
<option value="other">Other</option>
</select> </td>
But it still isn't working. My e-mail looks like this:
Name: Kandi M. Humpf
Comments: test
Email: kandi@xxxxxxxxxxxxxxxxx
Telephone: 315-292-6819
Fax: 3157353994
Subject:
Subject Other:
Contact Requested: on
Do you have another suggestion?
Syl wrote:
You're missing a value in the option of the drop down
Change all the options like this --> <option>Company</option>
to this --> <option value="company">Company</option>
to this --> <option value="employee">Employee</option>
etc, etc,
.
- Follow-Ups:
- Re: How to get value from drop down box to e-mail with php
- From: kandi111777
- Re: How to get value from drop down box to e-mail with php
- References:
- How to get value from drop down box to e-mail with php
- From: kandi111777
- Re: How to get value from drop down box to e-mail with php
- From: Syl
- How to get value from drop down box to e-mail with php
- Prev by Date: Re: Connect to mysql?
- Next by Date: Re: How to get value from drop down box to e-mail with php
- Previous by thread: Re: How to get value from drop down box to e-mail with php
- Next by thread: Re: How to get value from drop down box to e-mail with php
- Index(es):