Notice: Undefined index: storage in /meta-box/inc/field.php on line 290 when using this:
[mb_frontend_form id="my_id" post_fields="title,content,excerpt,thumbnail" post_status="publish"]
If thumbnail is removed it works fine and without notice:
[mb_frontend_form id="my_id" post_fields="title,content,excerpt" post_status="publish"]