![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$contact_us_id = checkNumeric($_GET["contact_us_id"]) | |
if(! $contact_us_id) | $contactUs = new ContactUS($contact_us_id) |
$form = new AutoForm($contactUs) | |
$topicSelect = new RelatedItemSelectFieldRenderer($form, "contact_topic_id", "Topic", ContactTopic, "", "{topic}", "contact_topic_id") | |
$form | submitLabel = " « Back to Contact Us Log " |
$form | allowDelete = true |
if ( $method=="POST") | |
$contact_us_id = checkNumeric($_GET["contact_us_id"]) |
Definition at line 36 of file contact_us_message.inc.
if (! $contact_us_id) $contactUs = new ContactUS($contact_us_id) |
Definition at line 42 of file contact_us_message.inc.
$form = new AutoForm($contactUs) |
Definition at line 44 of file contact_us_message.inc.
$topicSelect = new RelatedItemSelectFieldRenderer($form, "contact_topic_id", "Topic", ContactTopic, "", "{topic}", "contact_topic_id") |
Definition at line 45 of file contact_us_message.inc.
$form allowDelete = true |
Definition at line 51 of file contact_us_message.inc.
if($method=="POST") | ( | $method = = "POST" | ) |
Definition at line 52 of file contact_us_message.inc.
$form submitLabel = " « Back to Contact Us Log " |
Definition at line 50 of file contact_us_message.inc.