Open GoogleCodeExporter opened 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
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
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
Original issue reported on code.google.com by
ziyadabu...@gmail.com
on 21 Nov 2012 at 11:13