newhck / php-form-builder-class

Automatically exported from code.google.com/p/php-form-builder-class
GNU General Public License v3.0
0 stars 0 forks source link

How to get started : make a login page #185

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.can't create login page 
2. can't find class.form.php
3.can't find complete documentations

What is the expected output? What do you see instead?

complete documentation 
getting started video
What version of the product are you using? On what operating system?

3.0
Please provide any additional information below.

Original issue reported on code.google.com by ziyadabu...@gmail.com on 21 Nov 2012 at 11:13

GoogleCodeExporter commented 8 years ago
There are several example files included within the project's download (look in 
the "examples" directory) that should provide you with a good starting point on 
how to use the project to build forms in PHP.  You can also use 
http://www.imavex.com/pfbc3.x-php5/ as a reference (this is the example same 
information that's in the download).

Hope this helps.

- Andrew 

Original comment by ajporterfield@gmail.com on 23 Nov 2012 at 2:37

GoogleCodeExporter commented 8 years ago
Dear Andrew, 
Thank you for your response. 
I am using version pfbc3.0-php5. 
I have changed login info in pfbc3.x-php5/index.php. 
When i try to login i receive the following error message:
The following error was found:

    Error: Email Address is a required field.

Where can i edit login and PW? in index.php ? Then how to access admin area to 
create a new form and to capture data in CSV? 

How can i set up autoresponse and thank you messages?
Regards and many thanks for your help

Original comment by ziyadabu...@gmail.com on 23 Nov 2012 at 8:56

GoogleCodeExporter commented 8 years ago
The functionality you're describing is beyond the scope of this project - which 
is to build and validate forms.  It's your responsibility to handle any 
required processing of a form's submitted data (like saving to a database, 
writing to a CSV, or authenticating a user against your website's user database 
table).

Original comment by ajporterfield@gmail.com on 24 Nov 2012 at 4:12