close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

List box fails

Thread began 1/15/2010 9:32 am by robert180269 | Last modified 1/15/2010 10:13 am by Jason Byrnes | 1262 views | 1 replies |

robert180269

List box fails

The returned email returns "Value" instead of the selected item from a list box - See below:

NAME: me

LEAK LOCATION: Second try after uploading Universal Email folder

PHONE: (636) 294-9012

EMAIL: robert@bobmilburn.com

ROOF TYPE: Value <<< This is the issue - Not getting the actual selection from the list box.

COMPANY: my company

ADDDRESS: my address

CITY: dd prairie

ST: KS

ZIP: 63368

Here is the page : Report-A-Leak.php

Sign in to reply to this post

Jason ByrnesWebAssist

When you submit a list, the information that is sent is the value of the option. In your list, most of the options have the value attribute set to value:

html:
<select class="formListfield_Large" name="fieldset_group_Type_of_roof" id="fieldset_group_Type_of_roof" tabindex="5" multiple="multiple">
<option value="">Select type of roof</option>
<option value="Polyurethane Foam roof">Built up roof</option>
<option value="Value">Modified Bitumen</option>
<option value="Value">Single ply</option>
<option value="Value">Tile</option>
<option value="Value">Shingles</option>
<option value="Value">Polyurethane</option>
<option value="Value">Foam</option>
<option value="Value">Other</option>
</select>




Take a look at the Single Ply Option:
<option value="Value">Single ply</option>

Since the value attribute is set to "Value", that is what is sent. If you want to send "Single Ply" when this is selected, you will need to set the value attribute accordingly:
<option value="Single Ply">Single ply</option>

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...