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
You are supposed to change the field names to something that suits your site. When you do, you have to change the Form::honeypot tag and the validation. The documentation doesn't mention this. Not changing the field names make it easy for the bots to detect the honeypot input field as it's mentioned in the name.
You write time_field_name and than field_name_time
Think rules should look like this
and than form like this:
{{ Form::honeypot('honey_field_name', 'time_field_name') }}
The text was updated successfully, but these errors were encountered: