2025-01-29 19:06:48 +01:00
|
|
|
<form>
|
|
|
|
<div class="border-b border-gray-100 pb-4 sm:pb-6 w-full flex inline-flex">
|
|
|
|
<select name="ticket" id="ticket" class="w-1/4 bg-white/90 text-gray-800 font-medium text-sm sm:text-base px-4 sm:px-6 py-2 sm:py-3 rounded-full border border-gray-100 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-all duration-300 mr-2">
|
|
|
|
<option value="1">All-Inclusive</option>
|
|
|
|
<option value="2">After-Show</option>
|
|
|
|
<option value="3">Kind (6-12)</option>
|
|
|
|
<option value="4">Kind (0-6)</option>
|
|
|
|
</select>
|
|
|
|
<select name="food" id="food" class="w-1/4 bg-white/90 text-gray-800 font-medium text-sm sm:text-base px-4 sm:px-6 py-2 sm:py-3 rounded-full border border-gray-100 focus:outline-none focus:ring-2 focus:ring-red-500 focus:border-transparent transition-all duration-300 mr-2">
|
|
|
|
<option value="1">Mit Fleisch</option>
|
|
|
|
<option value="2">Vegetarisch</option>
|
|
|
|
<option value="3">Vegan</option>
|
|
|
|
</select>
|
2025-01-30 19:12:23 +01:00
|
|
|
<input type="text" placeholder="z.B. Allergien" name="note" class="w-1/3 text-input mr-2" />
|
2025-01-29 19:06:48 +01:00
|
|
|
<button data-action="form#removeEntry" class="w-1/6"><twig:ux:icon name="delete" class="ml-5" height="27px" width="27px" /></button>
|
|
|
|
</div>
|
|
|
|
</form>
|