Related to my other post about spam leads…
I know there’s HTML which can be used with a Form input to disable paste. While I know some users may find it frustrating, I know it will really frustrate the people who are entering spam leads. They are not bots.
Anyone have any tips on how to do this? This is what I have found online, just can’t see how to implement it in my form.
<input type="text" onpaste="return false;" ondrop="return false;" autocomplete="off" />