-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Labels
Description
Please complete the following fields as applicable:
Expected behaviour:
User can no longer submit the contact us form when they are logged in.
Actual behaviour:
User receives an invalid recaptcha message

Steps to reproduce:
- Log into the tool
- Go to the contact us page
- submit the form
There is logic that hides the recaptcha widget if the user is logged in the views/contact_us/contacts/_new_left.html.erb partial. We need to either disable the recaptcha check when the user is logged in or display it at all times. This is related to the work done on #501