how to disable visual verification code in crealoaded contact us page
The tutorial explain how to disable the visual security verification code in Cre Loaded shopping cart script.
Here’s how:
1. Edit your public_html/contat_us.php page:
Look for :
//VISUAL VERIFY CODE start
and comment it out by putting /* on the beginning of the above commented code.
Look for :
//VISUAL VERIFY CODE stop
end your comment here by putting */ on the end of the above code see the image below:
2. Edit your public_html/template/yourtemplate/contact_us.tpl.php page template
Look for:
<!– VISUAL VERIFY CODE start –> and <!– VISUAL VERIFY CODE stop –>
delete or comment the code in between on them see the image below:





















