feat(job_application): update web form and add resume attachment field [frappe] PR#4561
From: https://github.com/frappe/hrms/pull/4561
Date: 2026-05-20 11:23:03+05:30
- feat(job_application): update web form and add resume attachment field
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4561
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4561
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease