Re: Multiple actions for forms

Mark Birbeck wrote:

> Jason,
> 
> 
>>It would be nice if forms could have more than one action.
> 
> 
> That's one of the justifications for XForms [1]. The following snippet
> would present to your servers exactly the data you had in your sample,
> in other words, no modifications would be required to the server code
> (the XForms namespace has been removed):

<snip/> XForms Example

   Rather than waiting for xforms to be implemented in UAs, it might be
simpler to have a simple server side script that collects the data,
checks the payment method and forwards the transaction to paypal if
required.  That way your form will always be submitted to the same place
initially, but processed according to the user's selections in the form.

CYA
...Lachy

Received on Wednesday, 4 February 2004 05:28:21 UTC