Quote:
Originally Posted by kh99
I think the other adminCP pages call construct_hidden_code() (in adminfunctions.php) to add fields to a list (that's kept in a global var). Then those fields will be output as <input type="hidden"... when print_submit_row() is called. That way those values will come back when the form on the second page is submitted.
|
When I add the construct_hidden_fields it doesn't work. Nothing gets passed.