Is it possible to create a contact form using Zola? The logic would be simple: server would just send me an email containing the form data. Ideally, I’d like to integrate recaptcha with the form so I thought about using PHP. However, I can’t figure out how to use PHP with Zola.
Is it possible or is there any better approach for doing that?