FormSpamPrevention
FormSpamPrevention copied to clipboard
does this still work?
Does it still protect against spam? I tried gogle recaptcha 3 but it is too complex and not working
Yes, I am using it for all my forms and it protects 100% against spam bots that automatically complete forms
On Wed, 18 Oct 2023 at 01:29, mikikuke @.***> wrote:
Does it still protect against spam? I tried gogle recaptcha 3 but it is too complex and not working
— Reply to this email directly, view it on GitHub https://github.com/rodenacker/FormSpamPrevention/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP5DTCFWP3QA34UWHTLIADX74IG5AVCNFSM6AAAAAA6ETIFPGVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DQNBVHA2DONQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- 0823776977
thank god this is my form...one field is dropdown selection option. what to do there? Because it is now a text window
`
`
If you would you like me to assist you in implementing my method, please send me the page link and i will send you the code
On Wed, 18 Oct 2023 at 07:37, mikikuke @.***> wrote:
thank god this is my form...one field is dropdown selection option. what to do there? Because it is now a text window | | | When is your birthday? | 1. 10. 19. or 28. day | 2. 11. 20. or 29. day | 3. 12. 21. or 30. day | 4. 13. 22. or 31. day | 5. 14. or 23. day | 6. 15. or 24. day | 7. 16. or 25. day | 8. 17. or 26. day | 9. 18. or 27. day | | | | | Submit | |
— Reply to this email directly, view it on GitHub https://github.com/rodenacker/FormSpamPrevention/issues/1#issuecomment-1767677218, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP5DTHTARH7XOE5CABSS2DX75TKLAVCNFSM6AAAAAA6ETIFPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRXGY3TOMRRHA . You are receiving this because you commented.Message ID: @.***>
-- 0823776977
i dont know how to paste code here so I have send you email to your gmail, please check...i hope i altered my code correctly I want to publish is asap to test it and report back to you because i get at least 20 spam bot subs per day lol
did you receive it?
i must confirm after 1 month using this form....it is the most bulletproof script I ever came across...forget about captcha and other crap....this stuff work
Thanks for letting me know!
On Mon, 13 Nov 2023 at 15:43, mikikuke @.***> wrote:
i must confirm after 1 month using this form....it is the most bulletproof script I ever came across...forget about captcha and other crap....this stuff work
— Reply to this email directly, view it on GitHub https://github.com/rodenacker/FormSpamPrevention/issues/1#issuecomment-1808190363, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP5DTARWK3ZN33YPSLYSIDYEIPZDAVCNFSM6AAAAAA6ETIFPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBYGE4TAMZWGM . You are receiving this because you commented.Message ID: @.***>
-- +27823776977
Does it have any adverse effects on Screen Reader or SEO ?
Confirmed, it is working great!!
i have a small update....i got like 30 form submissions from spam...were they able to break the script? it started to happen ike 3 days ago, before nothing came through...did spammers invent a new bot?
i have a small update....i got like 30 form submissions from spam...were they able to break the script? it started to happen ike 3 days ago, before nothing came through...did spammers invent a new bot?
Mine is working. However, I did implement an extra hidden field (style="display: none;"). I'm using this field to filter out bot submissions since automated bots often fill in hidden fields. Submissions with this field filled are ignored, which seems to help.
but you have to create hdden field inside the form? So if the bot fills it how do you then filter those submissions out?
Yes, you can add a hidden field to your form. Bots will almost certainly fill it out. In my case, I use a field named "city," which I don't actually need. I filter out submissions with this field filled on the server side using Python. However, you could also handle this filtering in JavaScript if you prefer (ask chatgpt).
i see i can add few lines in the js that comes with this form....i used chatgpt before and it is not always reliable lol
i added hidden field and some js and the spam still goes through...i dont know how they do it? I doubt it is manual submission
I'm using it on several sites and have never had bot spam. However, web components also use this method and so it is possible that some bots got wise. You can try changing the custom tag name f-f to something else.
can i send you the code so you can check if something is malfunctioning?