Contact Form

Hi, any idea for install a contact form?
Regards

We do have a forms plugin in development that works great for contact forms. However that is not ready for release yet. In the meantime there are lots of options for emeded contact forms that can provide rich functionality and seamless integration:

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=embeded+contact+form

thanks Andy!

Hi, I’ve implemented the use of an Ajax Contact form to get around this for the time being. Something very similar to this article:

In addition, I’m also adding the form details to a text file (email can break from time to time) to keep a backup of the requests coming in (if any!).

In addition, I found this awesome “simple email template” on github to format the email into HTML:

The whole thing sits neatly inside a sub-folder off the root so not to interfere with the rest of the grav install.

I hope this helps.