Skip to content

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.

  1. Open your Quote-Page in Strapi
  2. In the content section, add a footer-override component
  3. 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/
  1. 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
  2. Save

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 dateOfBirth with type: year, dir: gt, value: 50

You can add multiple footer-override components. The first one whose ruleGroups match is used. If no override matches, the default footer is shown.