One way to do it is to not have any blank options. It would look something like this:
<cfselect name = "cardtype"> <option value = "v">Visa <option value = "m">Master Card </cfselect> Depending on your application, you don't have to list all card types, just the ones the company honours. ************************* I would like to make a combo box using CFselect, I want to force the person to select one credit card type. So I made a CFselect box and clicked on required and entered a message. But no validation takes place? Can any tell me how to use this function, I don't necessarily want to check the values on the next page, I would like to do on the same page. All our browsers here have javascript enabled. Thanks Mike - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: [EMAIL PROTECTED] To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
