Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
paul Member
@prw · Joined 7 years ago · 54 posts · 14 topics · 7 reputation
Badges
Recent posts
-
Create form with fields side by side
· 6 years ago
Here's another possible solution (not tested with multiple browsers, only Chrome): You can use columns and column in the form frontmatter to group fields and then use css (or scss) to style them. In m
-
Inserting newsletter signup form: page-inject?
· 6 years ago
My goal is to be able to easily place a newsletter signup form in various pages. I have a form.md whose header contains a working form that adds new subscriptions to Mailchimp. As a standalone page, t
-
Can forms plugin process differently depending on a condition?
· 6 years ago
Thanks for your reply! I found grav-plugin-mailchimp, which is not in the GPM, but works well. I don't need any extra logic, either, if I just use required_fields:, and reference the checkbox, in the
-
Can forms plugin process differently depending on a condition?
· 6 years ago
I have a simple contact form. I want to add a checkbox to enable someone to optionally subscribe to an email list when they submit the contact form. Is there a way I can look for whether the checkbox
-
Page.content strangeness in modular pages and modular hero
· 6 years ago
Answers provided by some very helpful folks on discord: page.content returning the structuring HTML is expected behavior on modules. To access the markdown content of the hero.md, page.rawMarkdown wo
-
Page.content strangeness in modular pages and modular hero
· 6 years ago
I'd like to be able to access the text content of my modular hero page in another module, and I'm running into trouble. I've noticed that page.find('/a_page')content in normal pages returns the HTML v
-
How to automatically enable an override in a blueprint?
· 6 years ago
@pamtbaau done. Thanks again!
-
How to automatically enable an override in a blueprint?
· 6 years ago
Thanks, @pamtbaau for your reply and taking the time to do a test case. I've been away from the project for a few days, and just coming back to it. I tried repeating your steps with a fresh download
-
How to automatically enable an override in a blueprint?
· 6 years ago
@pamtbaau, Thanks for your reply. I did try toggleable: false, and while it removes the checkbox next to the "Visible" item in admin, it does not enter visible: false to the page header. I have to man
-
How to automatically enable an override in a blueprint?
· 6 years ago
I'm working with a theme that inherits from Quark. I'd like new blog posts to automatically be set to visible: false. I've copied item.yaml to my inherited theme and added the following: advan