I don't see how the hidden input can possibly be populated with the intended value because it is PHP that echoes the value and PHP won't do anything once the page is loaded. $_POST['brand']
needs to exist when the page is loaded for PHP to echo the value onto the page. Pritaeas idea to make your own submit function and use Javascript to populate the hidden element and then submit the form is what I would do. If I have misunderstood your intentions, please excuse me :)
adam.adamski.96155 43 Junior Poster
adam.adamski.96155 43 Junior Poster