Search code examples
yii2

Why get Unable to verify your data submission error in Yii2?


enter image description here

Error:

Unable to verify your data submission error

Create one public function in Yii2. But, submit data not accept in this method, see following error images. Why is this happen?


Solution

  • Add this in the head section of your layout: <?= Html::csrfMetaTags() ?>