Re: [racket] Formlets, Templates

2011-12-30 Thread J G Cho
With JM's help, it's a lot "nicer" now. ;) A long Wufoo example is now done. Also added a plain form using most commonly used elements. https://github.com/racketeer/racketeering/tree/master/wufooing I hope it minimizes Forlmets related newbie questions for the new years! On Tue, Dec 27, 2011 at

Re: [racket] Formlets, Templates

2011-12-27 Thread Grant Rettke
On Mon, Dec 26, 2011 at 11:53 AM, J G Cho wrote: > FYI, > > I've just started to tinker with formlets, templates, and forms from Wufoo. > > I forget things easily now, so I am writing down my study notes here > (https://github.com/racketeer/racketeering/tree/master/wufooing). > > Looks like it cou

[racket] Formlets, Templates

2011-12-26 Thread J G Cho
FYI, I've just started to tinker with formlets, templates, and forms from Wufoo. I forget things easily now, so I am writing down my study notes here (https://github.com/racketeer/racketeering/tree/master/wufooing). Looks like it could be of use to other newcomers to rkt. I would also welcome cr