You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered this problem
In Django Comment form there is honeypot field, basically text field. We need to use css to hide it. Hide class doesnt work as display:inline-block in input[type='text'] overrides display:none
The text was updated successfully, but these errors were encountered:
Adding "hide" class on input text field does not hide it.
http://jsbin.com/welcome/62673/
Encountered this problem
In Django Comment form there is honeypot field, basically text field. We need to use css to hide it. Hide class doesnt work as display:inline-block in input[type='text'] overrides display:none
The text was updated successfully, but these errors were encountered: