eamondaly wrote:
>
> I'm stuck on what should be a pretty simple patch to FormFill. We
> pass data around via QueryString a lot, so I'd like our form fields
> to be prefilled using both $Request->QueryString and $Request->Form.
>
Try this in global.asa:
sub Script_OnStart {
$Request->{Form} = $Request->{Params};
}
I would like to keep the FormFill functionality filling from
the form only so people do not have any unexpected surprises.
Hopefully the above will work for you.
--Josh
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks Founder Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]