Hello there!
I'm looking for a way to globally configure forms for the purpose of reusing them across many landing pages.
I'm aware I could create the form, once, inside any page, then use its name to include it in other pages. However, these landing pages will be short-lived, and making all of them dependent on one arbitrary page is not something I feel very comfortable with (especially since my client will be the one creating the landing pages, from the admin interface).
I've tried defining the form inside my site.yaml, but to no avail. I've also stumbled upon the usage of a frontmatter.yaml file, however, these also appear to be page-specific only.
Is there a way to define forms, once, in a global file accessible to all pages?