From 57e8c761f1973087aff559ab6166b1eb53131843 Mon Sep 17 00:00:00 2001 From: Paul Huliganga Date: Wed, 22 Apr 2026 22:33:44 -0400 Subject: [PATCH] Clarify verification recipient behavior --- web/static/js/settings.js | 6 +++--- web/static/js/verification.js | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/web/static/js/settings.js b/web/static/js/settings.js index bafd6a4..a228e87 100644 --- a/web/static/js/settings.js +++ b/web/static/js/settings.js @@ -33,13 +33,13 @@ export function renderSettings() {
Verification
-
Default recipient for test envelopes
+
Default recipient for test envelopes. The same name and email are used for every recipient role on the template during a test send.
Test Recipient Name
-
Pre-filled in the Send Test dialog on the Verification screen
+
Pre-filled in the Send Test dialog on the Verification screen and reused for all recipient roles in the template.
Test Recipient Email
-
Pre-filled in the Send Test dialog
+
Pre-filled in the Send Test dialog and used on every recipient role when sending a verification envelope.
Template: ${escHtml(t.name)}
+
+ ℹ️ + This test send uses the same recipient name and email for every recipient role in the template. That is expected for a basic verification run. +