Error View [xxxxxxxxxx] not found

Hello,

I am new to October CMS ( 1.x) and I am trying to fix contact request form but I get this error and don’t know how to solve it. I have the same exact plugin and configuration in another website and it works good.

When I submit the form on the website it shows this error … but I am getting the entry of the conhtact request in the database but its not sending me any email.

“View [myform.contact.contact_request] not found.” on line 137 of /home/customer/www/domainhost/public_html/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php

Hi @jaumerrr

Based on this error, you’d need to create a file app/views/myform/contact/contact_request.htm

Although unfortunately, this won’t work with v1, since that code is very old now. You may need to upgrade to v3 to use the app directory.