Forum Moderators: coopster

Message Too Old, No Replies

Form generator?

         

followgreg

6:19 am on Oct 29, 2004 (gmt 0)

10+ Year Member




Hi,

Im looking for a software or script that would automatically, without (too much) coding, generate forms such as contact forms, secure areas, ....

I'd prefer php or perl.

Anyone has any idea of what soft/script could do that VERY well, with lots of features and everything :P

Thanks!

NeedScripts

6:50 am on Oct 29, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am using csMailto from cgiscript.net and am loving it. (but is using cgi)

Hope this helps.

followgreg

5:29 am on Oct 30, 2004 (gmt 0)

10+ Year Member



Yes it helps thanks a lot!

I think i'll give it a try even though i was writing my own script....but i suck as a programmer lol

mincklerstraat

9:52 am on Oct 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



there's also the PEAR class quickform at [pear.php.net...] for the forms - for the secure areas, look under the category 'authentication' at PEAR. Then you're not mixing PHP and perl, if you'd rather avoid that.

followgreg

9:22 pm on Oct 31, 2004 (gmt 0)

10+ Year Member



I'll take a look at it too, thanks!

mustardseed

2:23 am on Nov 14, 2004 (gmt 0)

10+ Year Member



The best script for beginners that I have seen that helps with forms is located at [phpformgen.sourceforge.net...] this will walk you through the form generation and at the end will give you the option of mailing the results, adding it to a DB, or displaying it on a page for the user to print.