Ok done. Just set the value of antispam input to "<?php echo $this->session->userdata('antispam');?>" and the action="<?php echo site_url($this->uri->uri_string()).'#comments_form';?>"
Thanks nico
Hello, I'm really new in PHP and CI. And I'm going to create a custom blog comment form. My form has been built, but I don't know what action to post in php. Could you share with me the example code? Thanks.