Configure Footer Overrides
Footer overrides let you show different footer content based on the user’s answers. This is useful for displaying different CTAs, contact links, or messaging depending on the user’s situation.
- Open your Quote-Page in Strapi
- In the content section, add a footer-override component
- Fill in:
| Field | Purpose | Example |
|---|---|---|
| bookACallUrl | Override URL for the “Book a call” link | https://calendly.com/feather/consultation |
| secondaryAction | Label for a secondary link (optional) | Visit FAQ |
| secondaryActionLink | URL for the secondary link (optional) | https://faq.feather-insurance.com/ |
-
Add ruleGroups to control when this override appears (see Configure Visibility Rules for the rule format):
- When the rules match, the override replaces the default footer
- Fields from the override replace the corresponding default footer fields
-
Save
Example
Section titled “Example”Show a different CTA for users over 50:
- bookACallUrl:
https://calendly.com/feather/senior-consultation - secondaryAction:
Learn about senior plans - secondaryActionLink:
/senior-plans - ruleGroups: a dateDiff rule on
dateOfBirthwithtype: year,dir: gt,value: 50
Multiple overrides
Section titled “Multiple overrides”You can add multiple footer-override components. The first one whose ruleGroups match is used. If no override matches, the default footer is shown.
See also
Section titled “See also”- Quote-Page Components Reference — footer-override component schema
- Configure Visibility Rules — the same rule-group system used for footer overrides
- Quote-Page Rules Reference — complete operator list for rule conditions