Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Fix contact form submission with negative captcha
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.
- Loading branch information