Example #1
0
            echo $booking->payment_method_add->value;
            ?>
</td>
      </tr>        
      <?php 
        }
        ?>
    </table>
    
    <div class="clearfix">&nbsp;</div>
		<?php 
    }
    ?>
    
		<?php 
    if (count($site->getBookingForms()) > 0) {
        ?>
		
			<h3>Additional Information</h3>
      <table border="0" cellspacing="0" cellpadding="2" class="rezgo-table-list">
				<?php 
        foreach ($site->getBookingForms() as $form) {
            ?>
          <?php 
            if ($form->type == 'checkbox') {
                ?>
            <?php 
                if ($site->exists($form->answer)) {
                    $form->answer = 'yes';
                } else {
                    $form->answer = 'no';