Hi everybody
I use Grav for a while now for simple projets, I really love it ! I am now building a landing page for a future application to be developped, I want to integrate a form that sends data to a REST API, but input names get prefixed with data[]. I would like inputs' names to be exactly what I define in my Frontmatter (eg. an hidden input with name: api_key would generate <input type="hidden" name="api_key"...... instead of name="data[api_key]")
How can I achieve this without messing with source code ?
Thanks