Index: trunk/wb/modules/form/view.php
===================================================================
--- trunk/wb/modules/form/view.php	(revision 888)
+++ trunk/wb/modules/form/view.php	(revision 889)
@@ -390,7 +390,11 @@
 					echo $MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'];
 					$success = false;
 				} else {
-					// Now send the email
+					/**	
+					 *	Adding the IP to the body and try to send the email
+					 */
+					$email_body .= "\n\nIP: ".$_SERVER['REMOTE_ADDR'];
+					
 					if($email_to != '') {
 						if($email_from != '') {
 							if($wb->mail($email_from,$email_to,$email_subject,$email_body,$email_fromname)) {
