Is there an easy way .. (or functions.php script) that I can use to block mailinator type domains from processing through all forms?
Is there an easy way .. (or functions.php script) that I can use to block mailinator type domains from processing through all forms?
Anyone have any tips?
No one has a solution for this problem? A simple function.php code maybe? Please help!
If you want to block an entire domain/referrer, using the .htaccess file sounds like the ticket or are you talking about validating the email field and excluding those domains? If that's the case then you could use the "gform_validation" filter to create your own custom validation for that field.
http://perishablepress.com/stupid-htaccess-tricks/
http://www.gravityhelp.com/documentation/page/Gform_validation
I want to block the domain from allowing mailinator type spam email address from completing the form or sending the person the notification. I'm not sure what code to put.
Yeah, you would need to use the "gform_validation" filter to create your own custom validation for that field.
If you don't know how to write the custom validation yourself, then you would need to hire a qualified developer to do that for you. That's not something we have a simple code snippet for.
Crud. Thanks