Hey:)
I am using Add page by form plugin for users to add custom content to a site.
Now I am working to add taxonomy to the added page frontmatter by being able to select a category from a select field.
So I know some basics of PHP, but only how the logic works, not really writing or having an idea of what it should look like at the end... So I really need some help to figure out this.
What I found that is the most promising so far is in Add page by form PHP on Github line 302
I guess this needs to contain a function to get the select field data and as it's there print the result to page frontmatter.
Thank you for any help!