Remove Add-On request link to connect.formidableforms.com - #3344
stephywells wants to merge 2 commits into
Conversation
That site is being phased out. Drops the footer link on the Add-Ons page and the empty-state button that both pointed to it, along with the now-unused addonRequestURL wiring and its Cypress coverage. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Important Review skippedWe couldn't safely recover the incremental review. No full review was started, and the last reviewed checkpoint was preserved. Retry later, or explicitly request a full review by commenting You can disable this status message by setting the Use the checkbox below for a quick retry:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (7)
💤 Files with no reviewable changes (3)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe add-on request URL and request link are removed from the controller, views, frontend empty state, and Cypress tests. Existing add-on category expansion and count rendering remain unchanged. ChangesAdd-on request removal
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Other Suggested reviewers: Merge Risk: ⚪ Minimal · up to The discontinued add-on request entry points are removed consistently across the controller, views, frontend, bundle, and tests, with no identified merge-blocking risk. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 3📝 Generate docstrings 💡
⚔️ Resolve merge conflicts 💡
🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| PHP | Sep 16, 2026 7:33p.m. | Review ↗ | |
| JavaScript | Sep 16, 2026 7:33p.m. | Review ↗ |
Important
AI Review is run only on demand for your team. We're only showing results of static analysis review right now. To trigger AI Review, comment @deepsourcebot review on this thread.
…idableforms-addon-link # Conflicts: # js/addons-page.js
Summary
The Add-Ons page had a link called "Request Add-On." It sent users to
connect.formidableforms.com. That site is going away, so this link had to go too.This PR removes the link in two places:
It also removes the code that built that link's web address, since nothing uses it anymore.
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Changes
Tests