InvisibleCaptcha.setup do |config| config.visual_honeypots = false config.spinner_enabled = false config.timestamp_threshold = 4.seconds # config.honeypots << ['more', 'fake', 'attribute', 'names'] # config.timestamp_enabled = true # config.injectable_styles = false # Leave these unset if you want to use I18n (see below) # config.error_message = 'You are a robot!' # config.sentence_for_humans = 'If you are a human, ignore this field' # config.timestamp_error_message = 'Sorry, that was too quick! Please resubmit.' end