Forms for Actions: Configure Browser Tab Title per Form

Overview

This article explains how to configure the browser tab title per Auth0 Form.

Applies To

  • Forms for Actions

Solution

To implement this modification in the Browser Title Tab, place a Custom HTML Block inside each Step where a Title modification is desired, and inside the Custom HTML Block in Source Code use the following code, and instead “Test” a custom title for the Form Step.

<script>
  document.title = 'Test';
</script>


The result should look like: