I want to send simple data variables to a template. The template will do some processing. When the template is done processing, it needs to be able to automatically (without user intervention) send the data to another template as form variables along with the user. So, basically, the user will never see the intermediate processing page, only the final destination page. The final destination page only allows form variables. I cannot edit the final destination page. Is there a way to do this with ColdFusion?