# Contact What would you like to know? <div class="contact-form-container" style="max-width: 500px; margin: 2em 0; font-family: var(--font-text);"> <form action="https://api.web3forms.com/submit" method="POST" style="display: flex; flex-direction: column; gap: 1.5rem;"> <input type="hidden" name="access_key" value="a1e25481-8ed7-4d2b-9153-f32d0e7a2a0c"> <input type="hidden" name="redirect" value="https://aulwa.com/Success"> <input type="hidden" name="subject" value="New Contact Form Submission from aulwa.com"> <input type="checkbox" name="botcheck" style="display: none;"> <div style="display: flex; flex-direction: column; gap: 0.5rem;"> <label style="font-weight: var(--bold-weight); font-size: var(--font-small); color: var(--tx1);">Name</label> <input type="text" name="name" required placeholder="Enter your name" style="background-color: var(--bg1); border: 1px solid var(--ui1); color: var(--tx1); padding: 10px; border-radius: var(--image-radius); font-size: var(--font-inputs);"> </div> <div style="display: flex; flex-direction: column; gap: 0.5rem;"> <label style="font-weight: var(--bold-weight); font-size: var(--font-small); color: var(--tx1);">Email Address</label> <input type="email" name="email" required placeholder="[email protected]" style="background-color: var(--bg1); border: 1px solid var(--ui1); color: var(--tx1); padding: 10px; border-radius: var(--image-radius); font-size: var(--font-inputs);"> </div> <div style="display: flex; flex-direction: column; gap: 0.5rem;"> <label style="font-weight: var(--bold-weight); font-size: var(--font-small); color: var(--tx1);">What would you like to know?</label> <textarea name="message" required placeholder="How can I help?" style="background-color: var(--bg1); border: 1px solid var(--ui1); color: var(--tx1); padding: 10px; border-radius: var(--image-radius); height: 150px; font-size: var(--font-inputs); resize: vertical;"></textarea> </div> <button type="submit" style="background-color: var(--ax1); color: white; border: none; padding: 12px; border-radius: var(--image-radius); font-weight: var(--bold-weight); cursor: pointer;">Send Message</button> </form> </div>