Skip to main content
Inspiring
January 23, 2009
Question

add value to selectbox

  • January 23, 2009
  • 1 reply
  • 253 views
I want to add an item from a textbox to a selectbox, but on a submit the added values seems to be disappeared.
This topic has been closed for replies.

1 reply

Inspiring
January 23, 2009
> but on a submit the added values seems to be disappeared

The select list appears to be hard coded. So obviously any items added dynamically will not be preserved when the form is submitted. That is the expected behavior.