Skip to content

feat: CCP-4720: Implement public form submission privacy#1892

Open
gary-jipp wants to merge 3 commits into
mainfrom
feature/CCP-4720-form-submission-privacy
Open

feat: CCP-4720: Implement public form submission privacy#1892
gary-jipp wants to merge 3 commits into
mainfrom
feature/CCP-4720-form-submission-privacy

Conversation

@gary-jipp

Copy link
Copy Markdown
Contributor

Description

Type of Change

feat (a new feature)

Checklist

  • I have read the CONTRIBUTING doc
  • I have checked that unit tests pass locally with my changes
  • I have run the npm script lint on the frontend and backend
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • I have approval from the product owner for the contribution in this pull request

Further comments

Enable Public Form Submission privacy. Success page only shows for submitter. Anyone else with the URL will only see a generic success page

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Coverage Report (Application)

Totals Coverage
Statements: 78.38% ( 9999 / 12757 )
Methods: 77.09% ( 1053 / 1366 )
Lines: 81.14% ( 6128 / 7552 )
Branches: 73.4% ( 2818 / 3839 )

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Coverage Report (Frontend)

Totals Coverage
Statements: 69.45% ( 10745 / 15471 )
Methods: 62.94% ( 1882 / 2990 )
Lines: 74.65% ( 5964 / 7989 )
Branches: 64.54% ( 2899 / 4492 )

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from 85ba7a2 to a34329e Compare June 10, 2026 05:58
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from a34329e to 36129d3 Compare June 10, 2026 21:03
@github-actions

This comment has been minimized.

@bhuvan-aot

bhuvan-aot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

@gary-jipp I see the tooltip has good amount of information.
When unchecked, the submitter can still view and print their submission while the success page stays open, but anyone else opening the URL sees only the confirmation message. The email-receipt option is turned off because forwarding the receipt would defeat this protection. You may want to adjust your post-confirmation message to include any details the submitter might need later.

I am not sure if post-confirmation message can be modified by form designer/owner.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from 59969f9 to 0448670 Compare June 16, 2026 23:31
@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from 0448670 to 6bbd351 Compare June 17, 2026 04:43
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from 2057c19 to 6bbd351 Compare June 17, 2026 17:15
@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch 2 times, most recently from 346c64f to c06f904 Compare June 18, 2026 17:46
@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from c64fba6 to dd52543 Compare June 21, 2026 17:50
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch 2 times, most recently from e122b8e to fa3b0ed Compare June 29, 2026 17:35
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@nimya-aot

Copy link
Copy Markdown
Contributor

When an authenticated IDIR user(not a reviewer or anyone in team members) attempts to open a public form submission using the submission URL (a rare scenario), with Hide submission contents enabled and **not allowing submitters to email themselves a copy of their submission, the page throws an error. I think we need to handle this scenario rather than throwing error
image

@usingtechnology

Copy link
Copy Markdown
Contributor

When an authenticated IDIR user(not a reviewer or anyone in team members) attempts to open a public form submission using the submission URL (a rare scenario), with Hide submission contents enabled and **not allowing submitters to email themselves a copy of their submission, the page throws an error. I think we need to handle this scenario rather than throwing error

I agree, that is a terrible user experience...

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from fa3b0ed to 170ae0b Compare July 2, 2026 21:37
@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from 170ae0b to efeb006 Compare July 2, 2026 23:27
@github-actions

This comment has been minimized.

@nimya-aot

Copy link
Copy Markdown
Contributor

working good

@github-actions

This comment has been minimized.

@gary-jipp gary-jipp force-pushed the feature/CCP-4720-form-submission-privacy branch from c2d89e6 to d921ecb Compare July 9, 2026 19:56
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants