I'm outputting a shipping option form from a cfc. The display table depends on a few things and it causes me to have to output the form in two different places.
This works but I didnt know if someone has a better alt. <cffunction ....> <cfargument.....> <cfset var shipoptionform = ""> <cfsavecontent variable="shipoptionform"> extremely long form, with if/elses here. </cfsavecontent> <td> #shipoptionform# </td> and it goes somewhere else in here, depends on a <cfif> <td> #shipoptionform# </td> Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233068 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

