Full functional contact form without cookies or third party elements
Hi,
Maybe a (stupid) question that is already asked here but there are so many post on this subreddit...
I'm developing a website and would like to add a contact form that visitors can submit to get an offer for my services.
The website is already completely cookie free and nothing of data gets stored.
Some people will say it is stupid to not have analytics and shizzle...
Everyone has there way of working and how they want it to work.
I don't need the analytics nor the fancy stuff, just a nice working website.
What would be the best approach for this?
Is it possible to only use html, css, javascript and php?
Or do I need something else?
Also for security (anti-bot) on the form, like a captcha. What would be the best option?
Definitely not google re-captcha or any third party...
The website at this moment only use html, css and javascript.
And local bootstrap, no CDN
Thanks in advance.