The advanced form library <is wonderful, allows a non-designer to use the OO technology to create a beautiful form!
However, I want to have a hiden field but I can't find the way to do that. I tried using the display-only property of the TextField object in order to read it using the PHP $_POST array but I realized that it's not dumped in HTML like a hidden form field, but as normal text, so it's not present in the $_POST array. I can't write directy using echo or print 'cause the form is dumped in the end of the script through one of its methods.
Anyone has dealed with an issue like this?
TIA
Arlequín
arlequin_AT_internet_DOT_com_DOT_uy
However, I want to have a hiden field but I can't find the way to do that. I tried using the display-only property of the TextField object in order to read it using the PHP $_POST array but I realized that it's not dumped in HTML like a hidden form field, but as normal text, so it's not present in the $_POST array. I can't write directy using echo or print 'cause the form is dumped in the end of the script through one of its methods.
Anyone has dealed with an issue like this?
TIA
Arlequín
arlequin_AT_internet_DOT_com_DOT_uy