CoolAssociate Form
"; if ($subject != '') { echo $subject; } else { echo "Feedback form"; } echo "
 
Your Name:
Your E-mail Address:
College/Institute:
Organisation (if working)
Designation:
Your Comments
   
"; } else { $sub="$sender has send feedback!"; $message="Dear CoolAvenues,\n\n"; $message=$message."$sender <$mailfrom> filled in feedback form. Here are the details:\n\n"; $message=$message."Name: $sender\n\n"; $message=$message."E-mail: $mailfrom\n\n"; if ($subject != '') { $message=$message.$subject; } else { $message=$message."Admission Q&A Entry Form"; } $message=$message."College/Institute: $college\n\n"; $message=$message."Company: $company\n\n"; $message=$message."Designation: $designation\n\n"; $message=$message."Comments:\n$comments\n\n"; $message=$message."\n-------------------------------------\n"; mail('editor@coolavenues.com', $sub, $message, "From:$mailfrom\n"); echo "


Thank for filling up Feedback form.
We will get back to you on this. Meanwhile you would like to visit our discussion forums to read latest messages related to CAT, Knowledge & career help Line. Click here to network with MBA community.


"; } ?>