On 9/13/07, Seamus Campbell <[EMAIL PROTECTED]> wrote: > > > > I have thought that the form should go to another cf page where I insert > the data into the database then submit the form details to the shopping > cart.
You could do it like this, and just use a cfhttp to post it again in your external cart. Basically, you just need to mimic the form vars in a new post. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288375 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

