onChange
Thanks Jason, but I need more help with this. I'm not sure how I would add this to the code and how I would change the onChange sample you gave me, or what value I would give the hidden field, if any?
below is the menu list I have followed by the codes I need to pass to the group_id column. Are you able to put me in the right direction?
<select class="formMenufield_Medium" name="Registration_group_block" id="Registration_group_block" tabindex="5" onchange="?">
<option value="Nautica la Marina Houses">Nautica la Marina Houses</option>
<option value="Arequipa Reef">Arequipa Reef</option>
<option value="Ensenada Reef">Ensenada reef</option>
<option value="Trujillo Court">Trujillo Court</option>
<option value="Quadrangle House">The Quadrangle House</option>
<option value="Quartz House">Quartz House</option>
<option value="Onyx Mews">Onyx Mews</option>
<option value="Topaz House">Topaz House</option>
</select>
CODES:
Nautica la Marina Houses = NAUTHSE
Arequipa Reef = NAUTARQ
Ensenada Reef = NAUTENS
Trujillo Court = NAUTTRJ
Quadrangle House = QUADHSE
Quartz House = QUADQTZ
Onyx Mews = QUADONX
Topaz House = QUADTPZ
... Hope you can help!
Many thanks.
Steve


