Re: form question??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux