~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ D F D M A I L E R 1 . 1 2 D O C U M E N T A T I O N Product Page: http://www.dragonfrugal.com/open.source/software/dfdmailer/ Version 1.13+ Upgrading Check: http://www.dragonfrugal.com/open.source/software/dfdmailer/check.version.php?dfd_mailer_version=1.13 Software Product Support: https://www.dragonfrugal.com/php-bin/product-feedback/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ***********************IMPORTANT NOTICE FOR THOSE UPGRADING*********************** FROM version 1.11 or earlier...ajax.request.js is now renamed to ajax.request.js.php, so your website's forms will need updating (see step 3). 1) Hard-Code your email address in the "mailer.config.php" file: $mailto_admin = 'you@yourdomain.com'; 2) Copy the form mailer's application directory (folder) into your web space. A secondary directory named "php-bin" off your root web directory is recommended, so your FTP path may be for instance "/public_html/php-bin/form.mail/"...but this is not required. It just needs to be in your public html direcory. 3) In the head of the html document structure on your contact page (which can be anywhere, it doesn't need to be in the application's directory), there needs to be a link to the javascript file running the form mailer's ajax server connection. Note the section below where it says"/php-bin/form.mail/", you will need to change this if you installed this in a location different than "yourdomainname.com/php-bin/form.mail/": 4) The form's opening tag needs to be modified to use the attribute values shown below, --and-- 2 additional div objects placed above it, with the second one not closing until ---immediately after the closing tag--- way at the bottom of the contact form: