<form id="contact_form" method="POST" action="https://dbn.re/client/contact/1798dc51-af4e-46e0-bdcc-2cd7a1b08859"> <input class="shadow mb-4 appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" type="text" placeholder="Name" name="name" required> <input class="shadow mb-4 appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" type="email" placeholder="Email" name="email" required> <input class="shadow mb-4 appearance-none border rounded w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" type="text" placeholder="Subject" name="subject" required> <textarea class="shadow mb-4 min-h-0 appearance-none border rounded h-64 w-full py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline" type="text" placeholder="Type your message here..." name="message" style="height: 121px;" required></textarea> <div class="flex justify-between"> <input class="shadow font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline" type="submit" value="Send"> </div> </form>