-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
25 lines (18 loc) · 911 Bytes
/
README
File metadata and controls
25 lines (18 loc) · 911 Bytes
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
A Drop-In PHP Contact form solution.
Object Oriented, allows for validation, and many other things.
All the files for the form are actually in the cjcf folder, and all the
settings needed for the form are in form.inc.php (inside cjcf folder).
To view submissions on your site, just change the pasword in the
ViewSubmissions.php file.
For help, email me at http://codejoust.com/contact
Installation
Open the form.inc.php file, and follow the instructions, for an example
of the final page, look at the contactMe.php file.
To add the form(s) to any page,
just put a <?php include_once('cjcf/form.inc.php'); ?>, at the very
beginning of your .php contact page (important! no whitespace, breaks,
or anything before it. (Replacing the path with the path to this file)
rename and copy this form file for a different page.
To echo out the form,
just put <?php $form->display(); ?>
Hope you enjoy it!