|
|
Please check the products below that interest you.
$The_Bible_Stories = "";
$Great_Stories_for_Kids = "";
$Family_Life_Library = "";
$Family_Medical_Guide_to_Your_Health = "";
$You_and_Your_Health = "";
$The_Bible_Reference_Library = "";
$Family_Bible = "";
$E_E_Cleveland_Set = "";
$Daniel_and_Revelation = "";
$My_Bible_Friends = "";
$The_Bible_Story = "";
$Quigleys_Village ="";
$The_Greatest_Adventure ="";
$Encyclopedia_of_Medicinal_Plants = "";
$Encyclopedia_of_Health_and_Education = "";
$Encyclopedia_of_Foods = "";
//Variable declarations
//Root directory of the Sender directory, relative to this form.
$rootdir = "../Sender/";
//Directory of the success and fail pages, relative to the Sender directory. If in the Sender directory leave blank.
$dir = "../rp/";
//The page that loads when everything is good
$success = "good.php";
//The page that loads when something goes wrong
$failure = "bad.php";
// Name of the email field in the form
$email_var = "Email";
//Required fields, NO SPACES
$required = "Name,Address,City,State,Zip,Phone,Email,IP";
//The format of the email to be sent, customize for each form.
$template = "Someone would like the following product in their home.
The user's details and answer are as follows:
Name.......................: %Name%
Address....................: %Address%
Apt #......................: %Apt%
City, State, and Zip.......: %City%, %State% %Zip%
Country....................: %Country%
Phone......................: %Phone%
Email address..............: %Email%
IP address.................: %IP%
Products:
The Bedtime Stories.......................: %The_Bedtime_Stories%
Great Stories for Kids....................: %Great_Stories_for_Kids%
My Bible Friends............................: %My_Bible_Friends%
The Bible Stories............................: %The_Bible_Story%
The Bible Reference Library............: %The_Bible_Reference_Library%
Family Bible...................................: %Family_Bible%
Daniel and Revelation..........................: %Daniel_and_Revelation%
Encyclopedia of Medicinal Plants...............: %Encyclopedia_of_Medicinal_Plants%
Encyclopedia of Foods..........................: %Encyclopedia_of_Foods%
";
//The email address of who the form gets sent to
$to = "HHES@pacificpress.com";
//Subject of the email to the site owner
$subject = "You have received an email from The Bible Story website";
//Automatic email response subject
$autosubject = "Thank you for your interest in products related to The Bible Story";
//Automatic email response message
$autoreply = "Dear %Name%,
This is an automatic reply from your inquiry for more information on how to see products related to the Bible Story in your home. Someone will be contacting you as soon as possible.";
//Sets variables DO NOT CHANGE
$success = $dir . $success;
$failure = $dir . $failure;
$thedirectory = $rootdir . "sender.php";
// Sets up hidden fields for form and opens the form tag
echo " |