 |
We
invite you to contact us for any suggestions, personal needs or general
information.
You can also reach our pastor at 928-567-2608.
We will not share your personal information
with anyone and
only contact you in relationship to your inquiry.
setAttribute("name","submitForm");
$clsHtmlForm->setAttribute("action","contactus.php");
?>
toOpenTag();
?>
setAttribute("name","command");
$clsHtmlHidden->setAttribute("value","send_contact_us");
echo $clsHtmlHidden->toHtml();
?>
|
Your Name
*
|
setAttribute("name","realname");
$clsHtmlText->setAttribute("value","");
$clsHtmlText->setAttribute("size","25");
$clsHtmlText->addRequiredFieldValidator("text",
"",
"Your name");
echo $clsHtmlText->toHtml();
?>
|
|
E-mail Address
*
|
setAttribute("name","email");
$clsHtmlText->setAttribute("value","");
$clsHtmlText->setAttribute("size","25");
$clsHtmlText->addRequiredFieldValidator("email",
"",
"E-mail Address");
echo $clsHtmlText->toHtml();
?>
|
|
Phone
*
|
setAttribute("name","phone");
$clsHtmlText->setAttribute("value","");
$clsHtmlText->setAttribute("size","25");
$clsHtmlText->addRequiredFieldValidator("text",
"",
"Phone");
echo $clsHtmlText->toHtml();
?>
|
|
Subject
*
|
setAttribute("name","subject");
$clsHtmlText->setAttribute("value","");
$clsHtmlText->setAttribute("size","25");
$clsHtmlText->addRequiredFieldValidator("text",
"",
"Subject");
echo $clsHtmlText->toHtml();
?>
|
|
Your message
|
setAttribute("name","feedback");
$clsHtmlTextArea->setText("");
$clsHtmlTextArea->setAttribute("cols","75");
$clsHtmlTextArea->setAttribute("rows","6");
$clsHtmlTextArea->setAttribute("wrap","soft");
/*
$clsHtmlTextArea->addRequiredFieldValidator("textarea",
"",
"Introductory text");
*/
echo $clsHtmlTextArea->toHtml();
?>
|
|
|
');" type=submit value="Send Inquiry">
|
* denotes required fields
toCloseTag();
?>
|