View Single Post
  #1 (permalink)  
Old 05-08-2008, 10:01 AM
BlaCK ErrOR BlaCK ErrOR is offline
Junior Member
 
Join Date: Mar 2008
Posts: 7
Default multiple submit button

hello,

I'm using a form with 2 submit buttons and I want to know witch one was clicked on.
I found on google that you can use de methode isChecked(), but this always return false:
PHP Code:
$form->add->isChecked() 
Someone how know what I'm doing wrong?

greets,
BlaCK ErrOR
Reply With Quote