Contact Us



Do you have a question, comment, suggestion or tip to pass along to our website?
Use the feeback form below and we will follow you up as soon as possible.
You can also

  • Use our hair removal forum feedback and comments section
    to comment/discuss the website.

  • Use this form to submit a link request for our resources section that
    contains links to health oriented websites.
    In this case, provide your website title, url and short description. Our
    team will review your website for content validation before finalizing your
    link in our resources section.

  • You can also visit our Laser Hair Removal Blog.
  • To list your clinic, please refer to laser hair removal clinics
    section in our hair removal forum.

<?php
//$form .= form_textfield("Name", "from_name", "", 60, 128);
$form['form_name'] = array('#type' => 'textfield', '#title' => t('Name') );
?>

<?php

//$form .= form_textarea("Message", "body", "", 60, 15);

$form['body'] = array('#type' => 'textarea', '#title' => t('Message') );

?>

 

<?php

//$form .= form_submit("Send email");
$form['SendEmail'] = array('#type' => 'submit', '#value' => t('Send email'));

//echo form($form, "post", "form_mail");
echo drupal_get_form('Contact Us',$form);
?>