Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Alan Coggins Member

@ozfiddler · Joined 5 years ago · 65 posts · 7 topics · 11 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Is there a way to store all emails sent? · 4 years ago

    For anyone trying to do the same thing, there is no need to reinvent the wheel (or even write a plugin). As pointed out above the lines added to the form will save the form information. You can save i

  • Is there a way to store all emails sent? · 4 years ago

    @pamtbaau: Sorry for suggesting to create a custom plugin… No problem! I still have to work out how to make these easily viewable, so that may still need to be done by a simple plugin. Now I have the

  • Is there a way to store all emails sent? · 4 years ago

    Doh! Thanks @dan-james - I just checked my form and it already has those lines in there. Then I looked at my user/data folder and found all the contact emails had already been saved as individual text

  • Is there a way to store all emails sent? · 4 years ago

    Unfortunately I don't have access to command line. I see I can install devtools from the plugin list in admin, but is there any way to do the new-plugin setup without using that command?

  • Is there a way to store all emails sent? · 4 years ago

    Thanks. I'll look into that. Not sure I am quite up to writing my own plugins yet but will see if I can see understand how it all works.

  • Is there a way to store all emails sent? · 4 years ago

    On my WordPress sites I have a small plugin that logs all emails sent by the system and stores them as a custom post type for later reference. This is especially useful for contact form submissions, t

  • Remove first line in summary with twig · 4 years ago

    What does "first line" mean. What size screen? How many characters?

  • Agency Theme - change menu font color · 4 years ago

    Try adding .navbar-default .nav li a { color: #000; }

  • Agency Theme - change menu font color · 4 years ago

    Can you share the link to the site?

  • Recaptcha showing but apparently not working · 4 years ago

    Yes, I must admit I don't really understand the docs: The above code will validate the Captcha in the frontend and prevent form submission if not correct. To also validate the captcha server-side, ad