EnableCaptcha($captcha); //1. Add your email address here. //You can add more than one receipients. $formproc->AddRecipient('sujitkundu119@gmail.com'); //<<---Put your email address here //2. For better security. Get a random tring from this link: http://tinyurl.com/randstr // and put it here $formproc->SetFormRandomKey('XsHVufPpgD9Epwl'); $formproc->AddFileUploadField('photo','jpg,jpeg,gif,png,bmp',2024); $formproc->AddFileUploadField('resume','doc,docx,pdf,txt',2024); $formproc->AddFileUploadField('phone','',2024); $formproc->AddFileUploadField('presentaddress','',2024); if(isset($_POST['submitted'])) { if($formproc->ProcessForm()) { $formproc->RedirectToURL("thank-you.php"); } } ?>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.