-
Notifications
You must be signed in to change notification settings - Fork 0
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
Emails from contact form not being sent #159
Labels
Comments
ShanaLMoore
pushed a commit
to samvera/hyku
that referenced
this issue
Jan 28, 2025
Issue: - notch8/palni_palci_knapsack#159 The contact form was failing to process submissions due to conflicts between negative captcha and regular form parameters. This update: - Removes category and contact_method from negative captcha protected fields - Properly merges protected captcha values with regular form parameters - Fixes the "Subject/Category can't be blank" validation error - Ensures all form fields are properly processed while maintaining spam protection This allows the contact form to successfully submit while keeping the negative captcha security measures intact.
ShanaLMoore
pushed a commit
to samvera/hyku
that referenced
this issue
Jan 28, 2025
Issue: - notch8/palni_palci_knapsack#159 The contact form was failing to process submissions due to conflicts between negative captcha and regular form parameters. This update: - Removes category and contact_method from negative captcha protected fields - Properly merges protected captcha values with regular form parameters - Fixes the "Subject/Category can't be blank" validation error - Ensures all form fields are properly processed while maintaining spam protection This allows the contact form to successfully submit while keeping the negative captcha security measures intact.
ShanaLMoore
pushed a commit
to samvera/hyku
that referenced
this issue
Jan 28, 2025
Issue: - notch8/palni_palci_knapsack#159 The contact form was failing to process submissions due to conflicts between negative captcha and regular form parameters. This update: - Removes category and contact_method from negative captcha protected fields - Properly merges protected captcha values with regular form parameters - Fixes the "Subject/Category can't be blank" validation error - Ensures all form fields are properly processed while maintaining spam protection This allows the contact form to successfully submit while keeping the negative captcha security measures intact.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I tried to use the contact form, however it keeps telling me a field is not filled out, despite everything being filled out correctly.
Screen.Recording.2024-10-09.at.10.11.17.AM.mov
Acceptance Criteria
Testing Instruction
Go to staging, click contact
Enter text into all the available fields to fill out the form
Verify that you're able to submit the form successfully (no error messages occur)
The text was updated successfully, but these errors were encountered: