Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1ページに多くのフォームがあります。 私の質問は、送信されたフォームのIDを取得する方法です。
b.b3rn4rd は、送信の文字列の正しいテストです (すべての送信ボタンが何か違うことを言っていることを確認してください)。
if ($this->getRequest()->getPost('submit') == 'Something Unique') { // do some stuff }