RE: makeForm

2000-05-15 Thread Gerald Richter
> > In general, it would be nice if there was a place where developers could > share Embperl code. Maybe there is, and I don't know about it ?? > I don't know of any, but I would like to install one. I could put the stuff on our ftp server, but there need to be written an README, a webpage etc. a

makeForm

2000-05-15 Thread Kaare Rasmussen
I'm considering writing a makeForm function for easy generation of forms. Input should be some kind of metadata about the fields, rows and columns in the form. Output should be a working, usable form. Now, did anyone do something like this before? Surely there must be several attempt to wr