I am trying to validate a form, such that if IP of user (request.META['REMOTE_ADDR']) is in a table BlockedIPs, it would fail validation. However I don't have access to request variable in Form. How do I do it? Thanks.
|
5
|
|
||
|
|
|
|
Make it available to your form by overriding
Now you just need to pass the
|
||
|
