Results 1 to 6 of 6

Thread: Password in Forms
      
   

  1. #1
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Password in Forms

    Hi,
    In the tutorials it show that a visitor on your form can change their password. I could not find more details on the password. What is this password for and how does it benifit my customer an my site?

    2nd Question: How secure is the information enterred by the visitors?

    I will really appreciate if you experienced golden beards could enlighten my darknes here please.

  2. #2
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: Password in Forms -please

    I'm almost ready for our web publishing, but jus a few things to sort out still. I need to what the password option in Forms is to be used for and how secure is the information submitted by visitors.

    I will be greatful if you could give me some answers...

  3. #3
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Password in Forms

    Not quite sure what your asking- but a password protected form is one that will not submit unless the password given the customer is correct.

    Second- the info sent via a form is as secure in as much as or equal to that of an e-mail. To get a more secure site you would need a SSL certificate which is about $100/year. A must if your asking for sensitive information in the form.

    Hope that helps?

    Andy
    PHP- is a blast!

  4. #4
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: Password in Forms

    Thanks Andy,

    Must the customer then first register to create his/her own password or is it a password we give them? On the other hand, I dont think it is that vital for the customers to have a password then. It is a real estate site I'm busy with and I was just concerned that the opposition can get hold of customer telephone numbers, names, etc. by viewing it on the site e.g source code.

    Thanks again, your answer cleared the uncertainty.

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

    Default Re: Password in Forms

    A password field is only useful if you want only REGISTERED users to be able to submit the form with the info. If that is not the case, you don't need one.

    Yes, for the customer to have a password, you should either provide him one, that you create and store in a database, OR have a registration script, where the user can register and set his own username / password. Of course, this script also has a verification part: the user logs in and the script only allowes him to view the form (and submit) if his loggin details are included in the database.

    As Andy said, only a SSL can provide more security, meanung that the info, even if cought by someone, can NOT be read.
    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!


  6. #6
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: Password in Forms

    Thank you Naveldesign,

    I really appreciate all the help and explanations in such detail.

    By the way, your site looks excellent. I've learnt from it.

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