Make "Thank You" body text customizable

Created on 4 April 2025, 3 days ago

Problem/Motivation

The body of the "Thank you" page cannot currently be changed. It would be useful to allow custom text here.

Steps to reproduce

Fill out a "Verify email" form, and submit. The Thank You page will be displayed. This text cannot be changed.

Proposed resolution

  1. In /config/schema/verify_email.schema.yml, add a new string field called thank_you_body, above redirect_path
  2. In src/Entity/VerifyEmail.php add thank_you_body to config_export, add a property, and a getThankYouBody public method (it should default to the current text from the Thank You page controller)
  3. In src/Form/VerifyEmailAddEditForm.php, add a textarea field for thank_you_body
  4. In src/Controller/ThankYou.php, use the text from the entity config in the markup for the page.
  5. In tests/src/Functional/VerifyEmailSetupTest.php, add an assertion to check that the Thank You body field is present
  6. In tests/src/Functional/VerifyEmailRoutingTest.php, include a custom thank you message in the form setup, and verify that it is present on the Thank You page in testVerifyEmailForm

Remaining tasks

Add the Thank You Body field.

User interface changes

Change to entity config form to include Thank You body field.

API changes

N/A

Data model changes

Addition of thank_you_body to schema.

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇮🇪Ireland lostcarpark

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024