Hi, I'm using ait-theme ristorante for a new site. Contact Form 7 within my "events" is working fine. But I would like to integrate a fix date. Because some of my events are on 1 day only. How can I modulate the following code, so it works in that special way? Thanks! Jana
<h3>Reservierungsanfrage</h3>
<div class="contact-form-container" style="margin-top:10px;overflow:visible;">
<div class="contact-form-inside">
<div class="text-summary" style="float:none;">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><strong>Datum:</strong></td>
<td><strong>Uhrzeit:</strong></td>
<td><strong>Personen:</strong></td>
</tr>
<tr>
<td>
<div id="datepickerFormat" style="display: none; visibility: hidden">mm/dd/yy</div>
<input type="text" id="datePicker1" class="datePicker" name="datepickerFrom" value="Date" />
</td>
<td>
<select name="time" class="time">
<option value="8:00">8:00</option>
<option value="9:00">9:00</option>
<option value="10:00">10:00</option>
<option value="11:00">11:00</option>
<option value="12:00">12:00</option>
<option value="13:00">13:00</option>
<option value="14:00">14:00</option>
<option value="15:00">15:00</option>
<option value="16:00">16:00</option>
</select>
</td>
<td>
<select name="persons" class="persons">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
</select>
</td>
</tr>
</table>
</div>
</div>
</div>
<h2>Please fill Your Contact Information to complete the Order:</h2>
<table class="contact-form-user">
<tr>
<td>First Name:</td>
<td>[text* your-name]</td>
<td class="empty"></td>
<td>Address:</td>
<td>[text* your-address]</td>
</tr>
<tr><td>Last Name:</td>
<td>[text* your-surname]</td>
<td class="empty"></td>
<td>Town/City:</td>
<td>[text* your-city]</td>
</tr>
<tr><td>E-mail:</td>
<td>[text* your-email]</td>
<td class="empty"></td>
<td>State/Province:</td>
<td>[text* your-state]</td>
</tr>
<tr>
<td>Telephone:</td>
<td>[text* your-phone]</td>
<td class="empty"></td>
<td>Country:</td>
<td>[text* your-country]</td>
</tr>
<tr>
<td>Fax:</td><td>[text* your-fax]</td>
<td class="empty"></td><td>ZIP Code:</td>
<td>[text* your-zip]</td></tr>
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="5">Special Requirements</td>
</tr>
<tr>
<td colspan="5">[textarea* your-options]</td>
</tr>
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="5"><strong>Security Check</strong> (please enter text below)</td>
</tr>
<tr>
<td class="captcha">[captchac captcha-330]</td>
<td>[captchar captcha-330]</td>
<td class="empty"></td>
<td colspan="2">[acceptance acceptance-1 default:on]I agree with the terms and conditions</td>
</tr>
<tr>
<td colspan="5">[submit "Send"]</td>
</tr>
</table>