* fix: enable pdf attachment for encrypt mode forms
* fix: remove unnecessary import
* fix: fix wrong condition
* fix: remove unnecessary comment
* fix: fix failing test case
* fix: do not toggle off if payment enabled form
* fix: remove includeFormSummary watch and remove useMemo
* docs: add comment for why isVisible is stripped out
* tests: add jest test for includeFormSummary toggle on mrf
* tests: should not send pdf response if encrypt form with payment activated
* fix: remove focused jest tests
* fix: update mail service to check for active payment field
* fix: update mail service to not render email if active payment field
* fix: remove unused var
* tests: add tests for autoReplyData
* fix: should parse responses using the form def
* tests: add test to ensure isVisible is still present
* Revert "fix: should parse responses using the form def"
This reverts commit 1762b2511bcfaf3b7d0b288570ac23f6bc23c22b.