Form Fields are not hidden
-
Hi,
Table rows are not hidden when using the group tags. See the following example. Could you add this to a future version?
<table>
<tbody>
<tr>
<td width=”25%”>Name</td>
<td width=”75%”>[text* your-name]</td>
</tr>
<tr>
<td width=”25%”>E-Mail-Adresse</td>
<td width=”75%”>[email* your-email]</td>
</tr>
<tr>
<td width=”25%”>Ort</td>
<td width=”75%”>[select* place include_blank “Bern, Mittwoch 16. August 2017” “Zürich, Freitag 25. August 2017″]</td>
</tr>
[group group-bern]<tr>
<td width=”25%”>Uhrzeit</td>
<td width=”75%”>[select* time include_blank “20:30 Uhr”]</td>
</tr>[/group]
[group group-zurich]<tr>
<td width=”25%”>Uhrzeit</td>
<td width=”75%”>[select* time include_blank “18:30 Uhr” “20:30 Uhr”]</td>
</tr>[/group]
<tr>
<td width=”25%”>Anzahl Personen</td>
<td width=”75%”>[number* anzahl-personen]</td>
</tr>
<tr>
<td width=”25%”>Bemerkung</td>
<td width=”75%”>[textarea your-message]</td>
</tr>
<tr>
<td width=”25%”> </td>
<td width=”75%”>[submit “Reservieren”]</td>
</tr>
</tbody>
</table>
The topic ‘Form Fields are not hidden’ is closed to new replies.