You can use the following command to export form submissions in CSV format. This will be very useful if you want to create an automated tool to obtain the form’s entries.
php yii csv FORM_ID
Eg.
php yii csv 8
You can use the following command to export form submissions in CSV format. This will be very useful if you want to create an automated tool to obtain the form’s entries.
php yii csv FORM_ID
Eg.
php yii csv 8