Change Enrollment Page Text Below Enterable Coverage for a Specific Plan

To make the Enrollment page text below enterable coverage for a specific plan more meaningful, you can change the text.

Before you start

Create a Sandbox and Make It Active

Here's what to do

  1. Go to Navigator > Configuration > Sandboxes.
  2. Enter your sandbox.
  3. Go to and open the Enrollments page.
  4. On the Settings and Actions menu, click Edit Pages.
  5. Confirm that the edit page header has Edit Layer: Site - SITE.
  6. On the View menu, select Source.
  7. Expand the Source pane.
  8. Let yourself select and change components in the Source pane <>panelGroupLayout set.
    1. On the Enrollments page, click the Coverage section.
    2. On the Confirm Shared Component Edit dialog box, click Edit.
    3. In the Source pane, above <>panelGroupLayout, click the <>panelFormLayout component.
    4. On the Source pane toolbar, click the Show the properties of panelFormLayout icon.
    5. On the Component Properties: panelFormLayout dialog box, Child Components tab, in the first row, select the vertical check box.
    6. Click Apply.
    7. Click OK.
  9. Hide the existing text for the specific plan.
    1. In the <>panelGroupLayout component, click <>outputFormatted.
    2. On the Source pane toolbar, click the Show the properties for outputFormatted icon.
    3. On the Component Properties: outputFormatted dialog box, in the Show Component field, select Expression Builder.
    4. On the Expression Editor dialog box, in the Type a value or expression field, append the expression to hide the text component for a specific plan. Here's an expression that hides the text for the PAN_BNFC_PL plan:
      (epe.PlanName!=PAN_BNFC_PL)
    5. Click OK.
    6. On the Component Properties dialog box, click Apply.
    7. Click OK.
  10. Add a text component for the plan-specific text.
    1. In the Source pane, click the <>panelGroupLayout component.
    2. On the Source pane toolbar, click the Add content into the selected component icon.
    3. On the Add Content dialog box, in the Components row, click Open.
    4. In the Text row, click +Add.
    5. Click Close.
    6. On the Source pane toolbar, use the cut and paste icons to position the new text component under the <>outputFormatted component with the revised expression.
  11. Make the text component visible for the specific plan.
    1. In the Source pane, select the new text component.
    2. On the toolbar, Show the properties for text icon.
    3. On the Component Properties: Text dialog box, in the Show Component field, select Expression Builder.
    4. On the Expression Editor dialog box, in the Type a value or expression field, append the expression to make the text component visible for a specific plan. Here's an expression that makes the text visible for the PAN_BNFC_PL plan:
      #(epe.PlanName==PAN_BNFC_PL*?true:false)
    5. Click OK.
    6. On the Component Properties dialog box, click Apply.
    7. Click OK.
  12. Enter the text to show for the specific plan.
    1. On the View menu, select Design.
    2. On the Add Content tab, click the newly added text component.
    3. Click Edit Text.
    4. Enter the plan-specific text.
    5. Click OK.
  13. To render your changes, on the page, click Close.
  14. To verify your changes, on the Sandbox Mode: Edit menu, select Preview as if Published (Context: All).
  15. To publish your changes, on the <YourSandboxName> menu, select Publish.