I have a form with many <cfinput tags and it works very well for a number of years. Now I need to add a new ability to the form. I want to add a second submit button that will submit the form but without firing off the <cfinput checks.
When the new submit button is clicked the routine will accept whatever is in the form, without the <cfinput checks, for temporary storage... until at some later time the user reloads it and finally commits all the data by choosing the original submit button, at which time the checks will be sure everything is correct. So far the second submit button works and I can detect it and process differently however, the <cfinput code is still firing if the form data isn't perfect and I can't think of a way to turn it off. Changing the core cf routines that populate the page with the _cf_check script is not an option unfortunately. any ideas? thanks ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315122 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

