Advanced Form Framework with PHP lets you generate forms inside a table using classes and methods. It supports CSS, so changing the style is a snap.
| Tags | Software Development Libraries php classes |
|---|---|
| Licenses | LGPL GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |
- All comments
Recent commentsWorking with hidden values
Congratulations!
This library is wonderful, allows a non-designer to use the OO technology to create a beautiful form!
However, I want to have a hidden 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.....
Anyone has dealed with an issue like this?
TIA