On Oct 29, 2007, at 12:41 PM, David K. Hess wrote: > > I would like to process a submitted form, reset it back to default/ > empty and then render it again in one request. This is for a page > with multiple forms on it. > > I'd like to avoid a redirect as I may set some values in other forms > or change the way the page renders based on what was in the > submitted one. Would an INPUT tag with type="reset" be useful in this situation?