Welcome Guest, Not a member yet? Register   Sign In
Drop Down List Unable to Pass Value
#6

[eluser]deliriumfolk[/eluser]
This is what the drop down will display.

Code:
<select name="usergroup">
<option value="">--Select--</option>
<option value="1">Administrator</option>
<option value="2">Editor</option>
<option value="3">Writer</option>
<option value="4">Translator</option>
<option value="5">Designer</option>
</select>

This is what it is being pass through. Why is it a Boolean?

Code:
array (size=6)
  'username' => string 'Writer' (length=6)
  'password' => string 'password' (length=8)
  'name' => string 'Writer' (length=6)
  'email' => string '[email protected]' (length=17)
  'title' => string 'Tech Writer' (length=11)
  'groupId' => boolean false


Messages In This Thread
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 09:53 AM
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 10:36 AM
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 08:33 PM
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 08:55 PM
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 09:05 PM
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 10:18 PM
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 10:26 PM
Drop Down List Unable to Pass Value - by El Forum - 07-04-2012, 11:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB