fix: july2026 form changes - #382
Merged
Merged
Conversation
Case E (email provided but no newsletter/endorser/adoption) now records the submission and returns success without sending a confirmation email. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Three variants: any opt-in checked -> 'watch your inbox'; no opt-in with a comment -> 'received your comments'; no opt-in and no comment -> a new 'if you have ideas or comments' message. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…to-reply Cases B/C/D gain a 'follow us on Bluesky and LinkedIn' link (Case A unchanged). Endorser confirmations now say 'your name (and affiliation if you've provided one)'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Remove the 'enter an email or a message' requirement so a submission with only the required first/last name (no email, comment, or opt-in) is accepted — this is Case 2 / success message 2, previously unreachable. Email is still required when an opt-in is checked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
… opt-in) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Add blank lines around the Case C confirm items so email clients (Gmail) don't reflow the two bullets onto one line. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The form page is edge-cached, so the embedded nonce can be stale/expired by submit time, failing check_ajax_referer with a 403 ('Your session expired'). Add an uncached admin-ajax endpoint (bd4d_nonce) that returns a fresh nonce, and fetch it at submit time (in parallel with the reCAPTCHA token), falling back to the baked-in nonce on failure.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added spaces form c
Better cache bust nonce.