Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Waldemar Pross Member
@Waldemar · Joined 7 years ago · 12 posts · 3 topics · 0 reputation
Badges
Recent posts
-
How to use data entered in form in a plugin for a custom process action
· 7 years ago
You can even access form values from forms that you have not created with YAML, but your own HTML forms. But you need to add soemthing with "data" to the value attribute. Check out how Grav (Form plug
-
500 Internal Server Error after update to 1.6
· 7 years ago
I had it too. I was not sure it was because of the Grav upgrade, since my website was working fine for a while (haven't tested everything though). So I started to troubleshoot nginx and apparently it
-
Page.find not working in form data template to send email
· 7 years ago
Yes, I just put it into site.yaml. In our it was actually more logical place than a page. But I would still like to learn how to read page's header data from anywhere
-
Page.find not working in form data template to send email
· 7 years ago
@filo91: page.find I have same issue. My theory is that the page object is not available in the email body template because there is no page (md file), hence page.find doesn't work. I also tried the
-
Someone interested in Airtable integration plugin?
· 7 years ago
Thanks for showing interest. I keep developing it for our project, but so far there is not much hard-coded stuff.
-
Someone interested in Airtable integration plugin?
· 7 years ago
Quick update. I have now two versions: async and real-time. For our project we will go with the async one, which is basically a stand-alone PHP (maybe will port it to Gulp) script that pulls the data
-
Someone interested in Airtable integration plugin?
· 7 years ago
It is still a bit too raw and in a few places hardcoded to our business, but I am working on it. You will be able to map each Grav template to an Airtable table, then all you need to do is on the page
-
Someone interested in Airtable integration plugin?
· 7 years ago
It works via Twig extension, which then makes the Airtable's field values availbale as {{ myAirtableField }} in Twig templates. The way I built it now is that you can map a Twig template to a Airtable
-
Someone interested in Airtable integration plugin?
· 7 years ago
I wrote a plugin that pulls data from Airtable and passes it to Twig as variables. If someone is interested in actually using and/or developing it further, I will add it to Git.
-
Remove jQuery (and other assets)?
· 7 years ago
Thanks! We decided to keep jQuery.