[Pro] Menu/List validate

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

ok- will try now…

here is the stripped down page I made to try out…

http://www.hoffkids.com/testing.html


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt that did it!!

Do I still need the FOrm FIx action on the page?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I left the Form Fix action on (for now).

Here is the final working result. I hope others benefit by your work on this one.

http://www.hoffkids.com/videofeedback.html

Thanks so much- that was really nice of you to tackle that.

The kids will appreciate it!!!

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options