PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #7238

Option to render form without element values set.

Details

Request #7238Option to render form without element values set.
Submitted2006-03-29 08:43 UTC
Fromps dot junk1 at gmail dot com
StatusWont fix
PackageHTML_QuickForm
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2006-03-29 08:43 UTC] ps dot junk1 at gmail dot com

Description:
------------
Hello everyone,

I'm using QuickForm with Smarty, and while this combination is really cool to work with, with big forms it can be painfully slow.

Smarty caching would solve speed problems, but cached form would require to populate its values with $_GET or $_POST array, and because QuickFrom allways renders forms with values set, this is not possible.

I would like to see an option to render form without any element values set.

[2006-03-29 19:44 UTC] ps dot junk1 at gmail dot com

I have no problem with that at all, just want to be able sometimes to supress setting values, to make form caching more usable. It is in very exceptional situations that I find this needed.

Using static HTML would deprive me of othe QF features that I find usefull.