Skip to content

Instantly share code, notes, and snippets.

@richgcook
Created July 13, 2016 16:17
Show Gist options
  • Save richgcook/151b3eea59445d35f9c8e50916a2237f to your computer and use it in GitHub Desktop.
Save richgcook/151b3eea59445d35f9c8e50916a2237f to your computer and use it in GitHub Desktop.
Get form entries (PW) in a template
foreach ($forms->get("contact-form")->entries->find() as $e) {
echo "<p>{$e['e_mail']}</p>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment