@Xuntar:
-
I just specified the type as it is on the demo page:( … I’ll try to download the current version of this extension again. Maybe that helps…
-
Thank for looking inside the issue. I figured out, that the submit button does not submit the form via post. If I check Yii::app()->request->isPostRequest in my controller, it is false. I think thats why $_POST[ajax] is empty as well.
Got it. The submit button is connected to an ID I used before. I need to replace the submit button ID with a new one. How can I achive this? That does not work:
'htmlOptions' => array(
'id' => 'submitForm',
)
The first problem is still a secret for me…