# give/4.16.1/src/Views/Form/Templates/Sequoia/sections/footer.php

GiveWP – Donation Plugin and Fundraising Platform, version 4.16.1. 22 lines.

- Page: https://pluginprobe.com/plugins/give/4.16.1/code/src/Views/Form/Templates/Sequoia/sections/footer.php
- Raw: https://pluginprobe.com/plugins/give/4.16.1/raw/src/Views/Form/Templates/Sequoia/sections/footer.php
- Modified: 2021-11-23T23:55:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/4.16.1/code/src/Views/Form/Templates/Sequoia/sections/footer.php#L10-L20`.

```php
<div class="form-footer">
    <div class="navigator-tracker">
        <button class="step-tracker current" data-step="0"></button>
        <button class="step-tracker" data-step="1"></button>
        <button class="step-tracker" data-step="2"></button>
    </div>
    <div class="secure-notice">
        <?php
        if (is_ssl()) : ?>
            <i class="fas fa-lock"></i>
            <?php
            _e('Secure Donation', 'give'); ?>
        <?php
        else : ?>
            <i class="fas fa-exclamation-triangle"></i>
            <?php
            _e('Insecure Donation', 'give'); ?>
        <?php
        endif; ?>
    </div>
</div>

```
