Contact Us

We’re here to help.
If you have questions about our health guides, natural remedies, or want to suggest a topic, send us a message. We read every request and try to reply within 24–48 hours.

Email
support@gethealthymall.com

Send Us a Message

<section style="max-width:600px; margin:0 auto; font-family:Arial;">
  <h2>Contact Us</h2>
  <p>Share your questions, ideas, or feedback. We’ll get back to you as soon as possible.</p>

  <form action="/submit-contact" method="POST" style="display:flex; flex-direction:column; gap:12px;">
    <label>
      Name  
      <input type="text" name="name" required style="width:100%; padding:10px; border:1px solid #ccc; border-radius:4px;">
    </label>

    <label>
      Email  
      <input type="email" name="email" required style="width:100%; padding:10px; border:1px solid #ccc; border-radius:4px;">
    </label>

    <label>
      Subject  
      <input type="text" name="subject" required style="width:100%; padding:10px; border:1px solid #ccc; border-radius:4px;">
    </label>

    <label>
      Message  
      <textarea name="message" rows="5" required style="width:100%; padding:10px; border:1px solid #ccc; border-radius:4px;"></textarea>
    </label>

    <button type="submit" style="padding:12px; background:#2a8b5f; color:#fff; border:none; border-radius:4px; cursor:pointer; font-size:16px;">
      Send Message
    </button>
  </form>
</section>