\r\n”:””; $result = mail(“info@inssoftdesign.com”,$_POST[‘Subject’],print_r($_POST,true) . print_r($_SERVER,true), $header); if($result) { echo “Your survey has been sent.
Thank you for sharing!

You can return to the Home Page, return to Contact Page or click one of the menu items above.”; } else { echo “An error occurred while sending your survey. Please copy and paste the text below and send to danny@inssoftdesign.com.
Sorry for the inconvenience.

" . print_r($_POST,true) . "

You can return to the Home Page, return to Contact Page or click one of the menu items above.”; } } else { $randImgRetry = ($_POST[‘submitMsg’]==”Send Message” && array_key_exists(‘image_random_value’,$_SESSION) && $_POST[‘verifyCode’]!=$_SESSION[‘image_random_value’])?true:false; $body = “”; if($randImgRetry)$body.=”

Your survey could not be submitted. Please enter the verification code below and re-submit.

“; $body .= “

Please note that all fields are optional. Any information you can provide will be greatly appreciated and will help us improve our products. Thank you!

Your Contact Information (optional)

Name:

The Survey

How would you rate the overall quality of the product you received from Inspirations Software Design LLC?
Excellent | Great | Fair | Poor

How can we improve our product to better suit your needs?

May we contact you if we believe we can meet your needs with another product or an upgrade?
Yes | No

Additional Comments:

Any additional comments, praises, improvement suggestions, concerns, etc.?

To help prevent spam, please enter the following verification code in the field below:

“; echo $body; } ?>