2010-08-20, 21:19:45
Do you use it locally? If not
try to use the 2nd method:
try to use the 2nd method:
Code:
Add this code above your <html> tag call.
<?php if (function_exists('sc_mail')) { sc_mail(); } ?>
And, add this anywhere on the page to display the form.
<?php if (function_exists('sc_form')) { sc_form(); } ?>