Actually, I can see why it isn’t working. Never mind about the second page.
In the Menu/List Inspector, click on the third tab. Go through the options listed there and put the value in the ones you want the user to be able to choose. It should look like this:
Name | Value |
---|---|
Please choose… | (leave empty) |
Adaptation | Adaptation |
Ecological Succession | Ecological Succession |
Yes, you have to duplicate these name and value, because the Value is what gets sent to the server, and the Name is just what’s shown to the user. Remember, in a picking list, what is shown may not be what the server needs to see:
<select name="month" id="month" size="1">
<option value="1">January</option>
<option value="2">February</option>
<option value="3">March</option>
<option value="4">April</option>
<option value="5">May</option>
<option value="6">June</option>
<option value="7">July</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
Here, the server wants the number, but the human gets to see the proper name of the month.
Walter
On Nov 9, 2013, at 9:27 PM, Hoffkids wrote:
Then I tried again and when I did choose something that message still showed up that nothing was chosen- it was like the opposite effect.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options