You know any easy way [CakePHP 3.2.1] add a contact us page

I have built my CRUD App in cakePHP

You know any easy way [CakePHP 3.2.1] add a contact us page - with contact info , map and may be a contact form?

give urls…?

You don’t really need (much) CakePHP for this type of functionality; The easiest way would be to simply use a html template like from themeforest or html5up and create a method that handles the sending of the contact emails.

You can find a full example specifically for Cake 3 here: https://github.com/Xety/Xeta

I use a static page and add a route for things like this.

In the book, Modeless Forms the example is a contact page. You can use that I think