I've been able to accomplish that when I'm validating the individual fields, but once all the fields are validated, I haven't figured out how to send the entire form at once.
Perhaps another function (I tried that, but it's probably incorrect) that get's called when the "Calculate" button is clicked. That's what I'd like the user to do once the fields have all cleared validation. I was trying to use taconite to return the result that is processed, but I can't get it back to the form page for display. The browser is just displaying the raw taconite code, saying there is no style information associated with the info. I think it's just not getting passed via Ajax to the form page. At that point Firebug is "disabled" and it says the page cannot be displayed. Rick -----Original Message----- From: Dan G. Switzer, II [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 12:56 PM To: CF-Talk Subject: RE: Scorpio - What to do until then? Rick, >But the problem I've come up against is, once the entire >form has valid entries, how to post the entire form >and have the result returned via Ajax. > >I've tried various methods, but haven't been able to accomplish >it, yet.... Why not just use Taconite to replace your form with a "Thank You" message--or whatever you want the user to see when the form has been accepted. You should be able to replace the contents of the form tag. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:273598 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

