أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
Hi Amit,
Sorry for my blackout but I was on some tight tasks, here is one start for you:
1. Download the PHPmailer from http://phpmailer.worxware.com/
2. Check carefully the php files and the paths inside "where they point..."
2. Organize you folders/directories file so they will work
3. It will be good if you download3.a Bootstrap3.b fontawesome3.c FuelUX3.d parsley, links: getbootstrap.com, fontawesome.io, exacttarget.github.io/fuelux, parsleyjs.org and include them in the index.html
4. move the mailer.php file to /lib/phpmailer and from this file set your SMTP port $mail->Port =25; just replace with yours but normally is25
<!-- IN THE HEADER -->
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link rel="stylesheet" href="js/fuelux/fuelux.css" type="text/css" />
<!-- / -->
<!-- IN THE FOOTER -->
<script src="js/bootstrap.js"></script>
<!-- fuelux -->
<script src="js/fuelux/fuelux.js"></script>
<!-- parsley -->
<script src="js/parsley/parsley.min.js" cache="false"></script>
<script src="js/parsley/parsley.extend.js" cache="false"></script>
<!-- / -->
5. make some tests on success you will receive the content submitted in the form and the submitter will receive a notification with thank you text etc etc.
6. In "success.php" you need to set your details so read the file very carefully!!!
Files: http://bit.ly/1cubuj8
No.
Komodo IDE and Zend Studio, are text based editor for you codes and not a real "What You See Is What You Get" type of editor unlike Dreamweaver or Sharepoint editor.