Erstellt Preislisten, PHPMAiler installiert
This commit is contained in:
parent
07171c38d6
commit
3217c0a202
35 changed files with 1011 additions and 73 deletions
24
content/german/bestellung/freiberufliche.md
Normal file
24
content/german/bestellung/freiberufliche.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
+++
|
||||
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 %}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue