#Simple Contact Form with Preview
[simple-contact-form-with-preview]
page = ../simple-contact-form-with-preview/index.html 
page = ../simple-contact-form-with-preview/preview.html
page = ../simple-contact-form-with-preview/thank-you.html
email = ../simple-contact-form-with-preview/email.txt
email = ../simple-contact-form-with-preview/email.html

required_fields = firstname (First Name), email (Contact Email), subject (Subject), comment (Comment)
email_fields = email (Contact Email)

#SPAM free Contact Form with CAPTCHA (anti-bot protection)
[simple_contact_form_with_captcha]
page = ../simple-contact-form-with-captcha/index.html
page = ../simple-contact-form-with-captcha/thank-you.html
email = ../simple-contact-form-with-captcha/email.txt

captcha_field = mycaptcha (Text from image bellow)

required_fields = firstname (First Name), email (Contact Email), subject (Subject), comment (Comment), mycaptcha (Text from image bellow)
email_fields = email (Contact Email)

#Multiple Output Form Demo
[multiple_output_form]
page = ../multiple-output-form/index.html
page = ../multiple-output-form/preview.html
page = ../multiple-output-form/thank-you.html

email = ../multiple-output-form/email{#generate#}{#zipped#}.txt

required_fields = name (Name), email (Email)
email_fields = email (Contact Email)

#File Upload Form with Different File Checks Demo
[file-upload-form-with-different-file-checks]
page = ../file-upload-form-with-different-file-checks/index.html
page = ../file-upload-form-with-different-file-checks/thank-you.html

email = ../file-upload-form-with-different-file-checks/email.txt

required_fields = email (Email)
email_fields = email (Email)

image_file_fields = image (Uploaded Image File)
msoffice_file_fields = msofficefile (Uploaded MS Office File)

allowed_files = {#filetypes#}
file_filter_fields = anyfile (Uploaded Other File )

#Form with File Access
[form-with-file-access]
page = ../form-with-file-access/index.html
file = {#%FORMFILE_PDF_TABLE#}

required_fields = name (Name), email (Email), email2 (Repeat Email)
email_fields = email (Email), email2 (Repeat Email)
same_fields = email (Email), email2 (Repeat Email)

#Checkout Form Demo
[checkout_page_with_connection_to_payment_gateway]

page = ../checkout-page/index.html
page = ../checkout-page/preview.html
page = ../checkout-page/thank-you.html

email = ../checkout-page/email.txt

required_fields = name (Name), email (Contact Email)
email_fields = email (Contact Email)
credit_card_fields = cc_number (Credit card number)

#Multi Page Dependency Form
[multi_page_dependency]

page = ../multi-page-dependency/index.html
page = ../multi-page-dependency/{#department#}.html
page = ../multi-page-dependency/thank-you.html

email = ../multi-page-dependency/{#department#}-email.txt
#email = ../multi-page-dependency/auto.txt

required_fields = name (Name), email (Contact Email), department (Department)
email_fields = email (Contact Email)

#Unique Submissions Form
[unique-submissions-form]
page = ../unique-submissions-form/index.html
page = ../unique-submissions-form/thank-you.html
email = ../unique-submissions-form/email.txt

required_fields = firstname (First Name), email (Contact Email), subject (Subject), comment (Comment)
email_fields = email (Contact Email)

#2 per hour
unique_submits = 2, 1H

#MySQL DB Form Demo
[mysql_db_form]

page = ../mysql-db-form/index.html

email = ../mysql-db-form/email.txt

redirect = http://fpp5.unix.mitridat.com.ua/db.php

mysql_query = INSERT INTO demo (country, person, referrer, http_reffer, remote_addr) values ('{#country#}','{#type_of_person#}','{#referrer#}','{#%HTTP_REFERER#}','{#%REMOTE_ADDR#}');

required_fields = email (Contact Email), country (Country), referrer (How did you find us?)
email_fields = email (Contact Email)

#Log File Form
[log_file_form]

page = ../log-file-form/index.html
page = ../log-file-form/thank-you.html

log_file = ../log-file-form/txt-log.txt
log_file = ../log-file-form/csv-log.txt

required_fields = name (Name), gender (Gender), age (Age), country (Country)
int_fields = age (Age)
#email_fields = email (Contact Email)


#Auto Generated Email Or Ready Form in 5 Minutes
[auto-form]
page = ../autogenerated-form/index.html 
page = ../autogenerated-form/thank-you.html
autogen_email = {#email#}

required_fields = firstname (First Name), email (Contact Email), subject (Subject), comment (Comment)
email_fields = email (Contact Email)