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

Emails from contact form not being sent #159

Open
1 task
jillpe opened this issue Oct 9, 2024 · 0 comments
Open
1 task

Emails from contact form not being sent #159

jillpe opened this issue Oct 9, 2024 · 0 comments
Assignees

Comments

@jillpe
Copy link

jillpe commented Oct 9, 2024

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

  • A user can fill out the contact form and send a message

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)

@jillpe jillpe converted this from a draft issue Oct 9, 2024
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.
@ShanaLMoore ShanaLMoore moved this from Ready for Development to Code Review in PalsKnapsack Jan 28, 2025
@ShanaLMoore ShanaLMoore moved this from Code Review to SoftServ QA in PalsKnapsack Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: SoftServ QA
Development

No branches or pull requests

2 participants