Perhaps my previous post was a little confused...

I guess what I am trying to ask is, when a form generated by PerForm 
always submits back to itself, how can I pass the formdata to the next 
page, which is determined by either the goto attribute on the submit 
button, or the return value from the submit_ callback?

So far I have been able to do this by looping through the $ctxt->{Form} 
hash in the submit_ callback and appending each value on to the end of the 
URI string which I use as the return value (for the redirect), and then 
accessing these values on the next page bu using $ctxt{Form}{value}, but 
there must be a better way. 

Even just doing the same thing but using POST method somehow would be 
better, but I cant get that to work.

-- 
Tom David Kirkpatrick
Virus Bulletin Web Developer, Virus Bulletin

Tel: +44 1235 555139
Web: www.virusbtn.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to