![]() | | ||||||||
| | #1 |
| Advanced Warrior War Room Member Join Date: Jan 2006 Location: North Carolina
Posts: 903
Thanks: 98
Thanked 31 Times in 25 Posts
|
It's a simple name, address type form that is method=post and enctype=text/plain Everything works fine except for the drop down that contains all the US states ... whatever choice the user selects does not get sent in the email with the other information. Code: <font face="Arial" size="2">State</font><br> <select size="1"> <option value="">-- Please Select --</option> <option value="Alabama">Alabama</option> <option value="Alaska">Alaska</option> ----snippet for length sake here---- <option value="Wyoming">Wyoming</option> </select> So what am I missing that a drop down selection doesn't get sent? Thanks in advance EDITED: Dear lord, figured it out - obvious = forgot the "name" value in the select area (ie, name="State:"). New it was something obvious! |
| | |
| | |
| | #2 |
| Active Warrior War Room Member Join Date: Jul 2009 Location: Atlanta,GA
Posts: 30
Thanks: 0
Thanked 1 Time in 1 Post
|
you are missing the select name Code: <select name="states"> |
| ButterflyMarketingPlus.com - Butterfly Marketing scripts and tips... *WSO - ContentClocker - *WSO - Have a website? Marketing or not, this script is a must. Only $7 | |
| | |
| | #3 |
| Senior Warrior Member War Room Member Join Date: Sep 2005 Location: Lee's Summit, MO
Posts: 1,450
Thanks: 4
Thanked 95 Times in 18 Posts
|
Is the selection referenced in the form action? PM me and I'll help out.
|
| | |
| | |
| | #4 |
| Active Warrior Join Date: Jun 2009
Posts: 41
Thanks: 0
Thanked 1 Time in 1 Post
|
Yup <select name="states"> should be there or else nothing will pass though
|
| | |
![]() |
|
| Tags |
| drop down selections, form, html, simple |
| Thread Tools | |
| |
![]() |