> How do I get the above section to submit the selected voucher to > populate the remainder of the form with the relevant details before I > submit the form for processing? TIA
Sounds like you could use an onchange event in that select to submit the form. Use that for your <cfif> to run that query for the card data, and display it inmore form items. Then use your form.submit variable to actually process the form. it'd be niftier if you used some AJAX to do it. Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:318147 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

