airform icon indicating copy to clipboard operation
airform copied to clipboard

obfuscate email address in action url

Open qoomon opened this issue 6 years ago • 1 comments

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.

qoomon avatar Dec 23 '19 10:12 qoomon

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.

cjpatoilo avatar Dec 26 '19 09:12 cjpatoilo