Godaddy Servers
Thanks, I tried what you said but nothing is working. Here's what I have in the WA_Global.php file:
<?php
$WAGLOBAL_Captcha_Width = "200" ;
$WAGLOBAL_Captcha_Height = "40" ;
$WAGLOBAL_Captcha_Characters = "5" ;
$WAGLOBAL_Captcha_Font = "Fonts/MOM_T___.TTF" ;
$WAGLOBAL_Captcha_BG = "ffffff" ;
$WAGLOBAL_Captcha_Noise = "cccccc" ;
$WAGLOBAL_Captcha_Text = "000000" ;
$WAGLOBAL_Captcha_BG_transparent = "0" ;
$WAGLOBAL_Email_Server = "relay-hosting.secureserver.net " ;
$WAGLOBAL_Contact_Email_Subject = "Cinnabear Franchise Info" ;
$WAGLOBAL_Contact_Email_To = "dmoore@dmnetsolutions.com" ;
$WAGLOBAL_Contact_Email_CC = "" ;
$WAGLOBAL_Contact_Email_BCC = "" ;
?>