airform
airform copied to clipboard
obfuscate email address in action url
Is your feature request related to a problem? Please describe. I don't want my email visible/accessible in website code. This is because of web scrapers.
Describe the solution you'd like Would be great if it is possible to convert the email adresse into a unique string (uuid or some random string) in upfront and use this unique string within the action url.
I had already thought of that. Get a random-like string to replace your naked email address in the action attribute of your form. Your email address will remain unknown to spam bots and human visitors.
I will prioritize these features.