Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Oona O'Neil Member
@OonaONeil · Joined 9 years ago · 43 posts · 14 topics · 5 reputation
Badges
Recent posts
-
JSON data from a plugin available to Twig - not working
· 9 years ago
Thanks, I'll check that out. Is there any documentation about it you could point me to?
-
JSON data from a plugin available to Twig - not working
· 9 years ago
I'm trying to make JSON data from a MailChimp (newsletter) plugin available to Twig. I've added this code to my newsletter.php file: $this->config->set('plugins.newsletter.X', $addMember); and t
-
Grav plugin form submit (Mailchimp)
· 9 years ago
Thank for your advice. The plugin is starting to do what it supposed to. However, currently I have a different problem: I'm trying to tweak AJAX call, so it prevents page refresh and handle messages.
-
Grav plugin form submit (Mailchimp)
· 9 years ago
I'm trying to create a plugin to add email submitted via the newsletter form to the Mailchimp list. My question is on what event should it be initialised? I know there's this list of events available,
-
Text and button aligned with a two-column form
· 9 years ago
Got it sorted by using flexbox.
-
AJAX - how to hide a form after successful submission?
· 9 years ago
Got it working by adding if statement: success: function(result) { $('#newsletter-form-result').html(result); if ($('#newsletter-form-result div.alert.notices').hasClas
-
Blueprints: how to override 'content'?
· 9 years ago
Perfect! Thanks a lot!
-
How to access spacer in a blueprint?
· 9 years ago
I've been trying out grav for a while and asking quite a few questions here - most of issues have been addressed. Thanks for providing such a reliable support.
-
AJAX - how to hide a form after successful submission?
· 9 years ago
I'm trying to hide a front-end form after a successful submission - when the user have filled the form with correct data. Otherwise, I'd like both the form and an error message to be visible. My curre
-
Blueprints: how to override 'content'?
· 9 years ago
I've only managed to add new fields to 'advanced' by using the example from learn.getgrav: title: About '@extends': type: default context: blueprints://pages form: fields: tabs: fields: