I want to create an online petition that collects info from people who sign it and then sends an email from them to email account/accounts that I designate. Can anyone suggest one?
I have a homelab running docker, so preferably running via Docker Compose.
Thanks!


The only dockerized one that I know of is Petition-Engine, however, after 11 years, I’d say it’s time to poke it with a fork. I’ll tell you quite honestly, I would use any number of petition services on the internet and place a link on your site vs running it yourself for reasons @CameronDev@programming.dev @programming.dev mentioned. You could use a link, or some type of iframe.
Another option I considered is a form to mail script. I thought that this is a common use case and something would already exist, haha.