CMS  Version 3.9
contact_us_message.inc File Reference

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")
 

Variable Documentation

◆ $contact_us_id

$contact_us_id = checkNumeric($_GET["contact_us_id"])

Definition at line 36 of file contact_us_message.inc.

◆ $contactUs

if (! $contact_us_id) $contactUs = new ContactUS($contact_us_id)

Definition at line 42 of file contact_us_message.inc.

◆ $form

$form = new AutoForm($contactUs)

Definition at line 44 of file contact_us_message.inc.

◆ $topicSelect

$topicSelect = new RelatedItemSelectFieldRenderer($form, "contact_topic_id", "Topic", ContactTopic, "", "{topic}", "contact_topic_id")

Definition at line 45 of file contact_us_message.inc.

◆ allowDelete

$form allowDelete = true

Definition at line 51 of file contact_us_message.inc.

◆ if

if($method=="POST") (   $method = = "POST")

Definition at line 52 of file contact_us_message.inc.

◆ submitLabel

$form submitLabel = " « Back to Contact Us Log "

Definition at line 50 of file contact_us_message.inc.