Use CFFORM (instead of <form>, and change your credit card input field to
something like this:
<cfinput type="text" name="CC" validate="creditcard" message="A valid credit
card is required.">
This does a bit better than the standard mod 10 test. The mod 10 test is
easy to circumvent - the number 91, for instance is seen as a perfectly
valid CC number. It's also client side, so the user cannot submit the form
with out it. You can also add the parameter ' required="yes" ' in the tag
to make it required.
HTH,
-Bill
/intraget
----- Original Message -----
From: wish wish <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 11, 2000 11:40 AM
Subject: Re: Re: how do check for the valid credit card number without being
charged?
> thanks for the tips.
>
> we are building an auction site i just want to make sure all bidders have
a
> valid credit card on file, so at the end of the auction they will be
> charged. the amount is fairly small for all items, so i'm not too
concerned
> with the credit limit.
>
> thanks
>
>
> >From: Jim Mc Coy <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: Re: how do check for the valid credit card number without
> >being charged?
> >Date: Mon, Sep 11 2000 11:26:37 GMT-0400
> >
> >If you want to validate a CC there is an algorythm to validate that the
> >card number is a valid number - that is that is a true credit card
number.
> >
> >If you want to validate the card holder name and expiration date you have
> >to submit a transaction. You may be able to run through a charge of
$0.00,
> >but I'm sure you'll be charged for the transaction.
> >
> >What are you trying to accomplish?
> >
> >
> > >
> > >From: "wish wish" <[EMAIL PROTECTED]>
> > >Date: Mon, 11 Sep 2000 11:09:56 EDT
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: how do check for the valid credit card number without
being
> >charged?
> > >
> > >
> > >do you happen to know which one can do it without using a payment
> >service?
> > >it seems like most of them use some kind of payment service.
> > >all i want to do here is to make sure user has a valid card(not just a
> >basic
> > >on the card number, but on all the relating info name and exp. date)
but
> >i
> > >don't want to do a transaction. i don't know if it's possible. maybe
> >someone
> > >has some insight on it.
> > >thanks
> > >
> > >
> > >>From: Steve Nelson <[EMAIL PROTECTED]>
> > >>Reply-To: [EMAIL PROTECTED]
> > >>To: [EMAIL PROTECTED]
> > >>Subject: Re: how do check for the valid credit card number without
being
> > >>charged?
> > >>Date: Mon, 11 Sep 2000 10:51:20 -0400
> > >>
> > >>i think i remember seeing a tag that does that on the taggallery
> > >>
> > >><a
>
>href="http://www.allaire.com/taggallery">http://www.allaire.com/taggallery<
/a>
> > >>
> > >>Steve
> > >>
> > >>wish wish wrote:
> > >> >
> > >> > i know there's simple cf and cfx tags out there do some basic valid
> >card
> > >> > number but is there a way to be absolutely sure that the card is
> >valid
> > >> > without doing an actual transaction?
> > >> >
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.