# Freetaxusa Form Entry Recovery

> Handle session timeouts and modal dialogs when entering tax forms in FreeTaxUSA

- Skill: `vamseeachanta/freetaxusa-form-entry-recovery` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/freetaxusa-form-entry-recovery`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/freetaxusa-form-entry-recovery/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/freetaxusa-form-entry-recovery

---


# FreeTaxUSA Form Entry Recovery

When FreeTaxUSA forms timeout or session dialogs block rendering, use JavaScript to dismiss the timeout modal and retry the form submission. Check page state with `document.body.innerHTML` before attempting clicks. If the form click didn't register, retry via JavaScript executor rather than UI clicks. After successful save, verify navigation to the accounts page and check that the Federal tax amount updated to confirm data was persisted.
