Yes
								</option>
							</select>
						</td>
					</tr>
					<tr>
						<th>Price For Corner Booth:</th>
						<td><input name="price_for_corner_booth" value="$<?php 
        echo number_format($entry->getPriceForCornerBooth(), 2);
        ?>
"></td>
					</tr>
					<tr>
						<th>Description:</th>
						<td><textarea name="description"><?php 
        echo esc_html($entry->getDescription());
        ?>
</textarea></td>
					</tr>
				<?php 
    } else {
        if ($_GET['form'] == 'cruise') {
            ?>
					<tr>
						<th>Price Per Ticket:</th>
						<td><input name="price_per_qty" value="$<?php 
            echo number_format($entry->getPricePerQty(), 2);
            ?>
"></td>
					</tr>
				<?php