-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Sign-up Form Validation message correction #3340
Comments
Hi, this issue has been opened as a task on GCI dashboard. If you are Google Code-In participant and want to solve this issue, please claim it from Google Code-In website . Thanks! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@SidharthBansal @gauravano I thought I was cleaning the issue by deleting comments but it makes it look so cluttered still!! Noted |
@SidharthBansal @gauravano we need to add code links here. Since you opened the original issue @gauravano would you be able to figure out where the changes need to be made? The old link you provided is not a valid link anymore! |
Sasha it will be great if you can open up a new issue and close this one.
We don't want misunderstanding for Gci candidates.
…On Fri, Sep 13, 2019, 8:47 AM Sasha Boginsky ***@***.***> wrote:
@SidharthBansal <https://github.com/SidharthBansal> @gauravano
<https://github.com/gauravano> we need to add code links here. Since you
opened the original issue @gauravano <https://github.com/gauravano> would
you be able to figure out where the changes need to be made? The old link
you provided is not a valid link anymore!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3340?email_source=notifications&email_token=AFAAEQ5ENSLIMLHJ2NUR63LQJMA4XA5CNFSM4FVMEAPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6T26BY#issuecomment-531083015>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFAAEQY37V6SD5367GFHYN3QJMA4XANCNFSM4FVMEAPA>
.
|
Ok if we want to keep it can either you or @gauravano please re-open with code links :) |
Moved to #6303 |
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
Problem
When a user tries to submit an empty sign up form, and also does not check off the recaptcha box, This output is shown:
Solution
Instead, we want all the relevant errors ("field cannot be empty" or so) to be listed along with the failed recaptcha verification.
Each box in this problem is worth some points. We will accept answers that complete one part and not the other, but encourage you to go for all 3. Completion of all three will result in bonus points :)
create
action so that the correct errors showThe text was updated successfully, but these errors were encountered: