• When I enter this code:

    function cf7dtx_counter(){
        $val = 1;
    }

    I get a blank page.

    I tried these options as well:

    function cf7dtx_counter{
        $val = 1;
    }
    function cf7dtx_counter{
        $val = 1
    }

    none of them work.

    Question is: what can I state here? This is all the code paste in.

    • This topic was modified 7 years, 10 months ago by tsjippy.

The topic ‘Does this plugin work?’ is closed to new replies.