<?php 

$page = ""; 
$section = "contact"; 
$title = "Your Life Your Money | PBS - Contact Us"; 
$content = "full";  #either "full" or "right" depending on the template width

# USE $bodyload for onload calls, otherwise leave commented out
# $bodyload = "";

$keywords = "Your Life Your Money, finance, financial questions, money, budgeting, insurance, financial experts, financial resource, money resource, banking, credit, credit questions, insurance questions, self employment, videos, real people real questions, real stories, financial advisor, financial advise, wned, contact";
$description = "Contact Your Life Your Money";

include( '../includes/header.php' ); 

?>

<div id="heading" class="full">
  <?php # Heading ?>
  <img src="../images/headings/heading_contact_us.png" width="525" height="85" alt="Contact Us" class="trans" />
  </div>
<!-- end heading -->

  
  <!-- RIGHT COLUMN  -->
  <div id="fullcontent"  class="bbg trans">
  
  
  <!-- ROW 1 -->

        
      
        <h2 class="top">We welcome your feedback</h2>
        
        
        
        <p>If you have questions or comments about the Your Life, Your Money Television Program, Educational Materials, Outreach Events or the Web site please e-mail <a href="mailto:YLYM@wned.org">YLYM@wned.org</a>. You can also use the form below to send us your comments:</p>
        
            <div id="contactform" class="container">
            
            <?php include('verify.php'); ?>
            <form action="<?php echo $urlroot; ?>contact/" method="post" id="sendEmail" name="sendEmail">
                <p class="alert">* All fields are required</p>
                
                
                    <label for="yourName">Your Name:</label>
                    <input type="text" name="yourName" id="yourName" value="<?php if (isset($_POST['yourName'])) { echo $_POST['yourName']; } ?>" /><?php if(isset($yourNameError)) echo '<span class="error">'.$yourNameError.'</span>'; ?>
            
                    <!-- <label for="emailTo">To</label>
                    <input type="text" name="emailTo" id="emailTo" value="<?php if (isset($_POST['emailTo'])) { echo $_POST['emailTo'];  } ?>" /><?php if(isset($emailToError)) echo '<span class="error">'.$emailToError.'</span>'; ?> -->
                    
                    <label for="emailFrom">Your Email Address:</label>
                    <input type="text" name="emailFrom" id="emailFrom" value="<?php if (isset($_POST['emailFrom'])) { echo $_POST['emailFrom']; } ?>" /><?php if(isset($emailFromError)) echo '<span class="error">'.$emailFromError.'</span>'; ?>
                    
                    <!-- <label for="subject">Subject</label>
                    <input type="text" name="subject" id="subject" value="<?php if (isset($_POST['subject'])) { echo $_POST['subject']; } ?>" /><?php if(isset($subjectError)) echo '<span class="error">'.$subjectError.'</span>'; ?>  -->
                    
                    <label for="message">Message:</label>
                    <textarea name="message" id="message"><?php if (isset($_POST['message'])) { echo $_POST['message']; } ?></textarea><?php if(isset($messageError)) echo '<span class="error">'.$messageError.'</span>'; ?>
                    
                      <a href="javascript:void()" class="submitform" id="submit"></a>
                    
                    <input type="hidden" name="submitted" id="submitted" value="true" />
                    
                  
                    
            </form>
            
            </div> <!-- end container -->
        
       <!-- end contactintro -->
    
    
  </div> <!-- end right content div  -->
  
  <!-- END RIGHT COLUMN  -->
  

<?php include( '../includes/footer.php' ); ?>
