Re: XForms and PHP applications

On Wed, Mar 12, 2003 at 04:44:05PM -0500, AndrewWatt2001@aol.com wrote:
> 
> I just wanted to check before wasting more time trying out permutations of 
> attributes on <xforms:submission>.
> 
> Am I correct in assuming that it isn't currently possible to submit from 
> XForms in a format that typical PHP applications will recognise and process?

What's wrong with
	<submission method="get" ...>
or
	<submission method="urlencoded-post" ...>
?


  Cheers,

  Ronald

Received on Wednesday, 12 March 2003 20:34:36 UTC