website/content/german/bestellung/freiberufliche.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

+++
date = '2024-02-21T08:49:32Z'
draft = false
title = 'Freiberufliche'
+++
{{% section %}}
<form action="https://verua.dev-1.andreashnida.de/mail.php" method="POST" class="max-w-md mx-auto">
<div class="mb-4">
<label for="name" class="block mb-2 text-sm font-medium text-gray-700">Name</label>
<input type="text" id="name" name="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-blue-500 focus:border-blue-500" required>
</div>
<div class="mb-4">
<label for="email" class="block mb-2 text-sm font-medium text-gray-700">Email</label>
<input type="email" id="email" name="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-blue-500 focus:border-blue-500" required>
</div>
<div class="mb-4">
<label for="message" class="block mb-2 text-sm font-medium text-gray-700">Message</label>
<textarea id="message" name="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-blue-500 focus:border-blue-500" required></textarea>
</div>
<button type="submit" class="w-full px-4 py-2 bg-blue-500 rounded-md hover:bg-blue-600">Submit</button>
</form>
{{% /section %}}