Created
July 13, 2016 16:17
-
-
Save richgcook/151b3eea59445d35f9c8e50916a2237f to your computer and use it in GitHub Desktop.
Get form entries (PW) in a template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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