Quote:
Originally Posted by Zangeel
If the smarty configuration allows it you can use
Code:
{php}
//Normal PHP worjs here
{/php}
|
Thanks for the suggestion, I'll try that in the future. Honestly, I'm not going to try it for this since I got it working using another method.
Also, to correct myself above, the recaptcha will show if javascript is on or off. If javascript is on, it shows the recaptcha using recaptcha.net's javascript code. If javascript is turned off, then the recaptcha shows through an iframe.
So, that's how I was able to show the recaptcha without using PHP. To validate the recaptcha, I still used PHP.