recaptcha
  • hi

    4.0.2 custodian theme

    i have a small form for people that want to subscribe to our newsletter

    can i use the recaptcha already used in the comments section (if so how) or do i need to download and create a new key etc

    i have tried using the  {{ include_php file='to/your/path.php' }} but this not working

    cheers

    mark


    Post edited by mark casson at 2012-11-06 10:16:03
  • 1 Comment sorted by
  • I have now tried to create a new plug in

    <?php
    function smarty_function_emailplugin(array $params, Smarty_Template_Instance) {
    include 'contact_form/form.php';
    }
    ?>

    and put that in /public_html/include/smarty/plugins
    the in the template {{emailplugin}}
    but now it wont show up and stops loading the page when it reaches this point
    what am i missing