Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds reCAPTCHA challenge to feedback form for non-logged in users #328

Merged
merged 1 commit into from
Jul 30, 2019

Conversation

mejackreed
Copy link
Contributor

@mejackreed mejackreed commented Jul 29, 2019

@@ -33,6 +33,17 @@
<%= email_field_tag :to, "", class:"form-control" %>
</div>
</div>

<% if !current_user? %>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unless?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

totally.. I keep forgetting, I'm Rubying :)

@jvine
Copy link
Contributor

jvine commented Jul 29, 2019

Can you add the same offset as the buttons below it, please?

@mejackreed
Copy link
Contributor Author

@jvine Yes! Just updated. See updated screenshot in first comment.

@cbeer cbeer merged commit d43d09b into master Jul 30, 2019
@cbeer cbeer deleted the 42-recaptcha-📸 branch July 30, 2019 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add recaptcha for feedback form for non-logged in users
3 participants