Skip to content

Instantly share code, notes, and snippets.

View brunorodrigues355's full-sized avatar

brunorodrigues355

View GitHub Profile
@bastianallgeier
bastianallgeier / controllers--contact.php
Created October 1, 2014 19:36
Plain contactform example for Kirby 2
<?php
return function($site, $pages, $page) {
$alert = null;
if(get('submit')) {
$data = array(
'name' => get('name'),