Results 1 to 2 of 2

Thread: Age Verification Forms
      
   

  1. #1
    spanky361 is offline Staff Sergeant
    Join Date
    Feb 2010
    Posts
    38

    Default Age Verification Forms

    Can someone please tell me if there is a way to make a Age Verification Form with BV? Appreciate all the help.

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Age Verification Forms

    Actually any age verification form is simply a form where the user checks a checkbox or a radio button, or selects "Under 18" or "Over 18" from a listbox..

    This checbox / radio button solution require some simple Javascript, so i suggest the listbox solution:

    Add a list box in your form.
    Give it the following two options: Under 18 and Over 18
    Give the first option value 17 and the second one value 18.
    Now use BV's validation tools to set the field value to be greater or equal to 18

    Please note that this is a simple verification as no one can really make sure that the user is actually over 18. Most efficient solutions require the user to provide a credit card details, which then are verified (with an appropriate script) through a payment gateway, and if verified, allow access, if not the script will disallow access.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49