/****************************************
 * Contact Form with reCAPTCHA v.9      
 * for Coppermine Photo Gallery         
 *                                      
 * By Joe Carver                        
 * http://gallery.josephcarver.com/natural/                                     *
 * Based on "Contact Form" posted on    
 * phpscripts.com by Author Anon. 11/2007      
 *
 *****************************************
 *
 * Coppermine Photo Gallery
 *
 * Copyright (c) 2003-2009 Coppermine Dev Team
 * v1.1 originally written by Gregory DEMAR
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Coppermine version: 1.4.25
 * Contact Form with reCAPTCHA v.9
 * 29 August 2009
 * Form Written by JR Carver - http://gallery.josephcarver.com/natural/ - http://i-imagine.net
*/

	===================================
	Contact Form with reCAPTCHA v.9
	===================================
	
	 This form is made to work the plugin reCAPTCHA for Coppermine Photo Gallery
	 http://forum.coppermine-gallery.net/index.php/topic,60626.0.html
	 
	 It will allow users to send a messge to the Gallery Administrator by php mail.
	 
	 The mail is sent to the gallery admin address entered in config. (the email you
	 entered when you installed Coppermine. The user must solve the captcha before sending
	 the message. On error or success a notice is shown/returned to the user.
	

	===================================
	
	To Install:
	
	1) Copy file echo.php to folder   plugins/recaptcha
	
	2) Log in, go to Admin - Config - Themes settings and enter the following
	
			Custom menu link name =   Contact
			
			Custom menu link URL =    index.php?file=recaptcha/echo
			
	3) Save the new settings, you now have a menu link leading to the new Contact Form
	
	===================================
	
	Notes;
	
	- Form was orginally made for narrow theme (600px). 
	Change/edit the table and td sizes as you like to fit your theme.
	
	- Text entered into form is filtered before the mail is sent. 
	This will change and remove links / http commands and some text formatting
	when you receive the mail.  
	
	For examples:   <1> me 		will be      &ampltl&ampgt me
	
	apostrophe's and stuff"s    will be      apostrophe&#39s and stuff&ampquots
	
	===================================	


	===================================
	
	
	
	