I wrote a xsl stylesheet to do this. takes the xml and whips it up, into a standard layout. Don't believe I mentioned this but I might have at some point. Register example: <formData formTitle="Register" action="/" method="post"> <caption>Thank you for Registering!</caption> <fields> <field type="hidden" var="register" default="yes"/> <field type="text" title="Login name" var="name" required="yes" len="50" maxlength="50"/> <field type="password" title="Password" var="passwd" required="yes" len="50"/> <field type="text" title="E-Mail" var="email" required="no" len="50"/> <field type="checkbox" title="Show Email" var="Show Email" required="no" default="yes"/> <field type="submit" title="Register" /> </fields> </formData> On Monday 07 November 2005 12:24 pm, bruce wrote: > hi... > > a while ago, i saw an app that allowed the user to create a form, based on > various fields, and to setup/create the database schema to create the form. > the app provided the user with predefined fields, as well as allowed the > user to define their own fields in order to create the form. > > unfortunately, i can't seem to find this app, or any other app that would > allow me to do this. can anybody point me towards an app that could/would > do this? > > thanks > > -bruce > bedouglas@xxxxxxxxxxxxx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php