From: "John N. Alegre" Date: 2006-02-17T07:28:28+09:00 Subject: Re: ruby html (or xhtml) forms class... On a similar note .... Is there a class to parse a form and send the results in email? I am looking for something as "plug and play" as possible. All comments welcome john Skeets wrote: > does one exist? i use an excellent php based forms class when i code > in php. it includes javascriput validation, server side validation, > regex validation and a lot more. > > does ruby have something similar, or will i have to 1. code my own (not > gonna happen anytime soon) or 2. just write the html out every time > (not good)? > > tia...