sdebacker / TypiCMS

Multilingual CMS built with Laravel 4.2
MIT License
474 stars 119 forks source link

[question] Sending forms #117

Closed hieroshima closed 9 years ago

hieroshima commented 9 years ago

Hi, How i can post a simple contact form? Should i create a route in Pages and add method into PublicController or is the better solution for sending forms? Thanks for help.

sdebacker commented 9 years ago

There is the package typicms/contacts that contains a form. Otherwise you should make it by yourself.