[Phplib-users] OOHForms: Removing element
Brought to you by:
nhruby,
richardarcher
From: Stefan M. <me...@me...> - 2002-07-08 11:56:27
|
Hello, is there a chance to remove an oohform element again, which has been added previously with the add_element function? The problem is that a form element with the *same name* but different type is beeing used twice in a php-document: First as type=select and after that in a completely new context as type=hidden. For any reason it seems that the first element is still active and beeing parsed together with new second hidden element through a get_finish() call. To make it short: Is there a pendant to the add_element function (e.g. remove_element) or any other chance to solve the problem without changing the source of oohforms.inc in PHPLib? Thanks in advance, Stefan Melcher |