i have a custom module with a form I have implemented form hooks like this
hook_form()
hook_form_submit($form, &$form_state)
I _submit bir baskı bildirimde zaman ekranda gösterir, ancak mozilla firefox çalışıyor hangi değildir. IE _submit yalnızca denir almıyor olarak, tek tek her bir form öğeleri işlemek için drupal_render kullanıyorum
Edit:
<?php echo drupal_render($form['form field']);?>
Bu yöntemde formu render muyum, başlangıçta ff formlarını teslim edemedim de bu satırları eklemek için bazı yerde okumak
<?php
print drupal_render($form['form_build_id']);
print drupal_render($form['form_id']);
print drupal_render($form['form_token']);
?>
So i blindly added them ,afterwards it works in ff not in IE