Re: request for new forms submission consensus

Dave_Raggett <dsr@hplb.hpl.hp.com>
X-Delivered: at request of secret on dxcern.cern.ch
From: Dave_Raggett <dsr@hplb.hpl.hp.com>
Message-id: <9310121601.AA28850@manuel.hpl.hp.com>
Subject: Re: request for new forms submission consensus
To: www-talk@nxoc01.cern.ch
Date: Tue, 12 Oct 93 17:01:55 BST
Mailer: Elm [revision: 66.36.1.1]
Frans van Hoesel has pointed out the value in being able to
use a checkbox or an icon or whatever to submit forms. In 
a tax return there might be a load of questions that become
irrelevant when you click the checkbox to indicate that you
are "single". In this case the form would be submitted and
the server would then return it with the irrelevant questions
greyed-out:

        Single? <INPUT NAME="single" TYPE=checkbox SUBMIT>

The idea here is to make SUBMIT an independent attribute
that can be used with arbitrary field types. You could
have multiple "submit buttons" in the same form. This way
authors can choose whether the form contents gets checked
after each field on a per field basis.

How about it?

-- Dave