I assume you mean $post[signature]? But actually, if you look at the code around postbit_display_complete, you'll see the proper variable to use is $this->post, so it should be $this->post['signature'] . (however, I tried $post['signature'] and it worked fine for me. :/ )