-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstallation.txt
73 lines (39 loc) · 1.76 KB
/
installation.txt
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
URL: www.freecontactform.com
Version: FreeContactForm Free V2.2
Copyright (c) 2013 Stuart Cochrane
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Installation of the Free version:
METHOD 1 (Automatted)
Upload all files to your website.
In your browser, open the file freecontactforminstall.php and install.
METHOD 2 (Manual)
Create the file 'freecontactformsettings.php' using a code/plain text Editor.
Insert the following code into this file :-
<?php
$email_to = "youremailaddress@yourdomain.com"; // your email address
$email_subject = "Contact Form Message"; // email subject line
$thankyou = "thankyou.htm"; // thank you page
// if you update the question on the form -
// you need to update the questions answer below
$antispam_answer = "25";
?>
Enter your email address in place of youremailaddress@yourdomain.com
Change the email subject (if you like)
Change your thank you page reference (if you like)
Save the file.
Copy ALL files onto your website using an FTP program (filezilla for example)
===========
Want to incorporate the form into your own design?
Copy the HTML from contactform.htm and paste it into your existing page.
===========
Like us on Facebook:
http://www.facebook.com/FreeContactForm
Follow us on Twitter:
http://twitter.com/#!/FreeContactForm
===========