| Webmaster Forum Rules | Posting Guide | Contact Us | Testimonials | Contributing Geek Program | Advertise on Geek/Talk |
|
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Registered User
Join Date: Aug 2009
Posts: 1
|
Hello,
I am trying to fill post a form on my website for my viewers to fill out their name and email address and then I will generate a password so they can have access to a free e-book of mine. I have a form on my website but I am not sure how to generate a password so only those viewers have access to my e-book on my website. If anyone can give me advice on how to approach this I would greatly appreciate it. Thanks! |
|
|
|
|
|
#2 |
|
Join Date: Aug 1999
Location: Northern Virginia US
Posts: 601
|
You'll need to write a script (like PHP) to handle this. It's actually very easy to do this so should be easy for you to do if you can code or very cheap to hire someone to do if you can't.
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2009
Posts: 1
|
It is not clear whether you can code in a serverside language like PHP. If you do, here is a sample logic:
1. make a form for signup. (more info: How to make a web form, registration form using PHP) 2. in the form handler for the form, save the user's name, email and a generated password in a database table To generate a password from the user's name use the md5() function and a random string. example: PHP Code:
3. email the password to the user (more info: Form to email using PHP) 4.Create a login form that validates the user's email and password combination. The login form redirects to a page where the ebook can be downloaded. (more info: login form using PHP) |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Nov 2009
Location: Denver, NC
Posts: 5
|
If you post the form layout and how you want the password generated I can help you.
Also if you want temporary passwords generated the best way is using php and mySQL else you will have to have a list of available passwords that all work for it to look through to validate. |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jun 2010
Posts: 7
|
If you are using server side programming then use PHP it is the best.
|
|
|
|
|
|
#6 |
|
Registered User
Join Date: Mar 2011
Posts: 5
|
you need specific script for that
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Mar 2011
Posts: 9
|
You can create a form in Microsoft Office Word 2007 by starting with a template and adding content controls, including text boxes, date pickers, and drop-down lists. Other people can use Office Word 2007 to fill out the form on their computer. In an advanced scenario, any content controls that you add to a form can also be linked to data
Please create a password that is at least 8 alphanumeric characters in length. To better protect your account, we recommend creating a password that contains a combination of letters, numbers, and special characters (e.g. +, ?, and *) |
|
|
|
|
|
#8 |
|
Registered User
Join Date: Sep 2011
Posts: 112
|
http://www.cp-lab.com/form-filler.html visit here you will get all the information about it.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Your Password ***** | MattC | Web Design and Webmaster Issues | 6 | 02-20-2005 09:03 PM |
| My password does not work? Can you send me my user name and or password? | Steve_S | Help Me - FAQ - Lost Geek (Read Only) | 0 | 07-14-2001 04:27 PM |
| Form trouble... | DJ_B | Web Design and Webmaster Issues | 1 | 09-28-2000 01:37 PM |
| password protecting website | Pookie | Web Design and Webmaster Issues | 1 | 10-14-1999 02:33 PM |
![]()