Re: PerForm. passing values between forms

2005-05-17 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] schrieb: |>I have no idea of how PerForm works isn't there a directive which let |>you set the action-attribute of the form? If that's the case you could |>use e.g. JavaScript. | | | The problem with PerForm forms is that they always s

Re: PerForm. passing values between forms

2005-05-13 Thread tom . kirkpatrick
> I have no idea of how PerForm works isn't there a directive which let > you set the action-attribute of the form? If that's the case you could > use e.g. JavaScript. The problem with PerForm forms is that they always submit to themselves, which is great in tearms of validation because you can i

Re: PerForm. passing values between forms

2005-05-13 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I have no idea of how PerForm works isn't there a directive which let you set the action-attribute of the form? If that's the case you could use e.g. JavaScript. 1. HIDDEN-Fields: - - Passing on form-values from call to call can be e

Re: PerForm. passing values between forms

2005-05-13 Thread tom . kirkpatrick
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

PerForm. passing values between forms

2005-05-12 Thread tom . kirkpatrick
I want to have a multi page form where the values of one page are passed over to the next on submission.How can I pass the form values from one form to another? I have been searching google for the best part of the day and still have had no joy. $ctxt->{Apache} provides access to the Apache req