|
Hi
I'm just learning to use FormBuilder and the order.cgi example in the perldoc shows to do a redirect as follows:
if ($form->
submitted eq 'Cancel') {
print $form->cgi->redirect
('/'); exit; }
But $form->cgi doesn't seem to be valid: [Sun Oct 01 21:14:05 2006] [error] [client 127.0.0.1] [FormBuilder] Warning: Possible field access via $form->cgi() - see 'fieldsubs' option
[Sun Oct 01 21:14:05 2006] [error] [client 127.0.0.1] Can't call method "redirect" on an undefined value
Any assistance would be appreciated.
Steve
_______________________________________________
FBusers mailing list
FBusers@xxxxxxxxxxxxxxx
http://www.formbuilder.org/mailman/listinfo/fbusers
|